Java Mail API 1.3.1ea released. Bug Fixes:
4416417 IMAP alerts and notifications are not sent in all cases - more fixes
4702410 header formatting incorrect for long multibyte
4707106 AuthenticationFailedException not thrown in some cases with POP3
4708655 IMAPNestedMessage.getContent without partialfetch
4709848 message_rfc822 DataContentHandler can cause NPE
4711606 uudecoder fails when reading more than a byte at a time
4726447 InternetHeaders.getHeader() doc. doesn't document null pointer return
4726629 Java Mail very slow with large attachment
4741812 IMAPFolder can deadlock
4750514 REGRESSION: MimeBodyPart.getContent fails on image/gif if no X11 present
4750519 using SSL, SocketFetcher.getSocket0() throws incorrect Exception
4762643 JavaMail does not support search in all message's parts.
4780255 Message subject not encoded according to 'mail.mime.charset' property
4787814 accessibility 508 non-compliance: api/javax/mail/Session.html
4790700 JavaMail Store.connect() throws wrong exception when already connected
4820025 IMAPStore.getPersonalNamespaces throws a ProtocolException
don't close connection if open fails, put it back in the pool
don't always fetch entire envelope in IMAPMessage.getSize
fixed demo webapp to work with servlet 2.3 and newer
add DIGEST-MD5 support to SMTP provider, courtesy of Dean Gibson