Jason Mehrens
Jason Mehrens
I should have been more clear on that there is some work to do. Here is a basic search but not all of this will change: ```` :~/eclipse-workspace/angus-mail$ grep -Rnw...
@lukasj @jbescos I'm trying to take a look at these high value tickets and get them fixed but I need a input on this one before I proceed. I updated...
> I also understand it in the same way as you do, but it is probably a good idea to test it with an IMAP server to make sure it...
@synim503 I pushed my last changes which are just an incomplete set of changes. Here is where this is at so you are aware of what you'll run into: 1....
@synim503 Thank you for trying out that build. When you tested with `'`, was it at the start or end of search text? Would you be able to attach [session...
Testing with `imap-mail.outlook.com` the server doesn't advertise `UTF8=ACCEPT` ```` Apr 02, 2024 1:03:20 AM org.eclipse.angus.mail.imap.IMAPStore protocolConnect FINE: trying to connect to host "imap-mail.outlook.com", port 993, isSSL true Apr 02, 2024...
The benchmark should set both the host and the protocol host. ```` props.setProperty(dotJoin(MAIL, HOST), host); props.setProperty(dotJoin(MAIL, PROTOCOL_POP3S, HOST), host); ```` Setting the host skips reverse DNS lookups which can slow...
@DanskerDave Thanks for the tip. Upgrading to minimum version of JDK11 will most likely happen in the current release. Once that happens I should be able to use transferTo.
I can work on https://github.com/eclipse-ee4j/angus-mail/issues/16 to fix the logging-mailhander project
I'll leave this open as a reminder to create new tickets around getting rid of warnings in Java 21. Once I have those created and linked I'll close this ticket.