glassfishrobot
glassfishrobot
Currently I found only Wildly/Undertow supports authentication event in `omnisecurity` which inspired Java EE Security specs. I think it is better to work with other specs, such JACC etc to...
Would it be possible to correctly decode badly encoded strings like the following example ? Header in received mail: `Subject: =?UTF-8?B?KCBSZXF1ZXN0OkEsMzE4ODEsOTI5MTMgKSBJbmZvcm3D?= =?UTF-8?B?oWNpYSBrIHBvxb5pYWRhdmtlIFVQVlMgxI0uIDkyOTEz?=` It's badly encoded because it splits two byte...
When trying to switch a client to use moveUIDMessages instead of moveMessages, I noticed that the IMAPProtocol still issues a `MOVE` command with sequence numbers to move the messages. Instead,...
It would be nice to have convenience methods to add and remove multiple headers in [InternetHeaders](https://github.com/javaee/javamail/blob/master/mail/src/main/java/javax/mail/internet/InternetHeaders.java) and subsequently [MimeMessage](https://github.com/javaee/javamail/blob/master/mail/src/main/java/javax/mail/internet/MimeMessage.java) and [MimeBodyPart](https://github.com/javaee/javamail/blob/master/mail/src/main/java/javax/mail/internet/MimeBodyPart.java). These could include: ``` addHeader(Header header) addHeadersWithHeaderList(List headers) addHeadersWithStringList(List...
The ISO-8859-8-i charset (Hebrew with logical ordering) should be mapped to ISO-8859-8, as it can currently not be decoded with `MimeUtility.decodeText()`, even though it is the exact same per-character encoding...
Starting with Java 8, better time classes are available, that could also be used for methods like _message.getReceivedDate()_ To preserve backwards compability, a new method could be added (something like...
Javamail doesn't support UID FETCH at present. You *can* get a Message by UID and then do a FETCH by sequence number, but that's an extra round trip. The semi-obvious...
There does not appear to be a way to change the log level or to suspend debug tracing for a single client connection. There are a few workarounds for this,...
(Originally submitted to Sun bug system, transferred to Oracle bug system, and finally here for resolution. Originally filed by [email protected] on 2005-02-11 19:25:42.) A DESCRIPTION OF THE REQUEST : The...
(Originally submitted to Sun bug system, transferred to Oracle bug system, and finally here for resolution. Originally submitted by [email protected] on 2006-08-02 18:22:38.) EXTRA RELEVANT SYSTEM CONFIGURATION : Input mail...