|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
JavaMail 1.4.2 snapshotThe version of JavaMail I announced in my previous message is a snapshot of
the JavaMail 1.4.2 release. The full list of changes in this snapshot is: 6621377 unexpected result when uuencode data has any line starting with "END" characters 6629213 base64 encoder sometimes omits CRLF 6670275 headers may not end up on top where they belong 6671855 list on IMAP folder that can contain both messages and folders might fail if folder is open 6672359 SMTPTransport notifying both partially delivered and not delivered methods 6679333 missing quotes around zero length parameter values GF 4997 BASE64DecoderStream.skip (etc) skips the wrong number of octets GF 5189 Can't specify SSLSocketFactory for STARTTLS in Javamail 1.4 <no id> ignore socket timeout while waiting in IMAP IDLE <no id> fix bug in MailDateFormat parsing in non-lenient mode <no id> add mail.mime.multipart.allowempty system property to handle (illegal) empty multiparts (see javax.mail.internet.MimeMultipart) <no id> add mail.mime.multipart.ignoreexistingboundaryparameter system property to allow parsing multiparts with incorrect boundary parameters <no id> add mail.mime.uudecode.ignoreerrors system property <no id> add mail.mime.uudecode.ignoremissingbeginend system property <no id> handle address of the form "Undisclosed-Recipients:;" <no id> add com.sun.mail.util.DecodingException to distinguish decoding errors <no id> add mail.mime.ignoreunknownencoding system property (see MimeUtility) <no id> ignore errors from SMTP RSET command <no id> InternetAddress - detect more errors when strict, accept more when not <no id> add mail.<protocol>.socketFactory and .SSLSocketFactory properties While this snapshot has had a reasonable amount of testing, it's not at the quality of a final release. Still, if you're interested in testing it, you can find it in the java.net maven2 repository at: http://download.java.net/maven/2/javax/mail/mail/1.4.2-SNAPSHOT/ Be sure to get the latest version; the filename includes a timestamp. If you find any problems, I'd love to hear about them at javamail@.... Enjoy! Bill Shannon =========================================================================== To unsubscribe, send email to listserv@... and include in the body of the message "signoff JAVAMAIL-INTEREST". For general help, send email to listserv@... and include in the body of the message "help". |
|
|
Re: JavaMail 1.4.2 snapshotI'd like to test this. Is there any way to get it without resorting to maven?
On Mon, Jul 14, 2008 at 10:51 PM, Bill Shannon <bill.shannon@...> wrote: > The version of JavaMail I announced in my previous message is a snapshot of > the JavaMail 1.4.2 release. The full list of changes in this snapshot is: > > 6621377 unexpected result when uuencode data has any line starting with > "END" characters > 6629213 base64 encoder sometimes omits CRLF > 6670275 headers may not end up on top where they belong > 6671855 list on IMAP folder that can contain both messages and folders > might fail if folder is open > 6672359 SMTPTransport notifying both partially delivered and > not delivered methods > 6679333 missing quotes around zero length parameter values > GF 4997 BASE64DecoderStream.skip (etc) skips the wrong number of octets > GF 5189 Can't specify SSLSocketFactory for STARTTLS in Javamail 1.4 > <no id> ignore socket timeout while waiting in IMAP IDLE > <no id> fix bug in MailDateFormat parsing in non-lenient mode > <no id> add mail.mime.multipart.allowempty system property to handle > (illegal) > empty multiparts (see javax.mail.internet.MimeMultipart) > <no id> add mail.mime.multipart.ignoreexistingboundaryparameter system > property > to allow parsing multiparts with incorrect boundary parameters > <no id> add mail.mime.uudecode.ignoreerrors system property > <no id> add mail.mime.uudecode.ignoremissingbeginend system property > <no id> handle address of the form "Undisclosed-Recipients:;" > <no id> add com.sun.mail.util.DecodingException to distinguish decoding > errors > <no id> add mail.mime.ignoreunknownencoding system property (see > MimeUtility) > <no id> ignore errors from SMTP RSET command > <no id> InternetAddress - detect more errors when strict, accept more when > not > <no id> add mail.<protocol>.socketFactory and .SSLSocketFactory properties > > While this snapshot has had a reasonable amount of testing, it's not at > the quality of a final release. Still, if you're interested in testing > it, you can find it in the java.net maven2 repository at: > > http://download.java.net/maven/2/javax/mail/mail/1.4.2-SNAPSHOT/ > > Be sure to get the latest version; the filename includes a timestamp. > > If you find any problems, I'd love to hear about them at javamail@.... > > Enjoy! > > Bill Shannon > > =========================================================================== > To unsubscribe, send email to listserv@... and include in the body > of the message "signoff JAVAMAIL-INTEREST". For general help, send email to > listserv@... and include in the body of the message "help". > =========================================================================== To unsubscribe, send email to listserv@... and include in the body of the message "signoff JAVAMAIL-INTEREST". For general help, send email to listserv@... and include in the body of the message "help". |
|
|
Re: JavaMail 1.4.2 snapshotjm wrote:
> I'd like to test this. Is there any way to get it without resorting to maven? Go to the URL and click on the link and you can download the jar file directly. =========================================================================== To unsubscribe, send email to listserv@... and include in the body of the message "signoff JAVAMAIL-INTEREST". For general help, send email to listserv@... and include in the body of the message "help". |
| Free Forum Powered by Nabble | Forum Help |