Search Again:

Re: Current version of JC, Mondo Mail

From: lists
Date: Tuesday, March 1, 2005
Time: 12:25:19 pm

Troy,

I don't have all the current versions listed on web site __yet__
<sigh>. For MondoMail, I think the latest versions are 204/206 and you
can download from the web site, http://www.acmetech.com/

-wayne

some recent release notes:

============ SMTP =============
+ 2.1.4 2005-12-24
- Added AddRecipientList( header field=["CC"|"BCC"|"TO"] ,
delimiter_char, list of email addresses)
This allows for the bulk addition of email addresses separated by a
single-char delimiter.
e.g., "foo@bar.com, joe@abc.com, ..."
- Added MessageFinishedSending() function. If the timeout value is
exceeded, you can call this
repeatedly to determine when the msg thread has completed. It returns:
"ERR: ...", "Yes", "No".
- Added GetValidUnsentAddresses([delimiter string]) and
GetInvalidAddresses([delimiter string]): when msg sending has finished
(see prev. change), if the message couldn't be sent, these two calls
indicate which addresses
were unacceptable or acceptable to the mail server. The default
delimiter is "," (comma).

+ 2.1.3 2004-12-23
- Added ValidateAddress(addrs [|validation_level]) to check validity of
email addresses.
- Validity check level = 1,2 or 3; 1 = check syntax, 2 = check
ip/domain, 3 = contact the
mail server for the account and attempt to validate it there (not
implemented yet).

+ 2.1.2 2004-12-10
- Trapping for SMTP authentication failures in SmtpThread. Left
unfinished: passing back detailed
information to SMTPMessage class regarding the failures; requires
subclassing TransportEvent
to provide extra fields.

+ 2.1.1 2004-09-24
- Fixed problem where a carriage return in the Subject field of a
text/html email
msg would cause the receiving mail client not to interpret the msg
correctly.
Now CR and LF chars are converted to space chars in the Subject field
and
custom header values.

============ POP/IMAP ==========
+ 2.0.6 2005-01-12
- Added MAIL-SetConnectTimeout(int_value) where valid parameter values
are between 1 and 360 seconds.
- Fixed pop3s (POP3 SSL) connection problem. It was trying to connect
to with an imap url instead
of pop3!!

+ 2.0.5 2004-10-19
- Added connection thread to ensure pop3/imap connect attempts don't
hang. default timeout
is 15 seconds (still need to add a function for getting and setting
this value).

- Added POP3/IMAP SSL/TLS support. Requires Java 1.2 or later. To make
secure connections,
use protocols 'imaps' and 'pop3s' in URLConnect. Default ports are
993=imap, 995=pop3.

+ 2.0.4 2003-06-11
- Added support to POP3 protocol for connection with APOP
authentication (MD5 challenge).
- NOTE: to authenticate with pop/imap server where the username
contains an atsign '@',
URL-encode the atsign as "%40". e.g., user%40company.com
--
Acme Technologies
http://www.acmetech.com

On Feb 27, 2005, at 8:19 AM, Troy Meyers wrote:

> Is there a resource to find out what the most current version of
> JavaCompanion and MondoMail is? And a place to download updates?
>
> -Troy
>
>
> -------------------------------------------------------
> To subscribe, unsubscribe and list archive please visit
> http://www.digitalpoint.com/lists/javacompanion.html
> -------------------------------------------------------
>


-------------------------------------------------------
To subscribe, unsubscribe and list archive please visit
http://www.digitalpoint.com/lists/javacompanion.html
-------------------------------------------------------



Messages In This Thread:



Return to Digital Point Solutions' Home Page