[
https://issues.apache.org/jira/browse/GERONIMO-6551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Struberg closed GERONIMO-6551.
-----------------------------------
Resolution: Won't Fix
Closing old outdated issues.
Note that the Apache Geronimo Application Server itself was declared EOL in
2017 and we do not maintain the server parts anymore.
We still do actively maintain many of the Java EE / Jakarta EE which saw the
light during creation of the Apache Geronimo Aplication Server.
If you feel that this ticket still affects one of those components then please
feel free to reopen the ticket.
thanks, your Apache Geronimo team!
> Unable to get message from MessageIDTerm for Yahoo IMAP profile
> ---------------------------------------------------------------
>
> Key: GERONIMO-6551
> URL: https://issues.apache.org/jira/browse/GERONIMO-6551
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: mail
> Environment: TomEE
> Reporter: aurelien leboulanger
> Priority: Major
>
> I am trying to get IMAP message from message ID with Yahoo IMAP server
> imap.mail.yahoo.com, inbox.search() is returning null.
> {code:java}
> Message[] msgs = null;
> MessageIDTerm[] searArr = new MessageIDTerm[]{new MessageIDTerm((String)
> strMessageID)};
> if (inbox != null && inbox.isOpen()) {
> msgs = inbox.search(searArr[0]);
> }
> for (int i = 0; i < msgs.length; i++) {
> System.out.println("Message: " + msgs[i]);
> }
> {code}
> I also try to use HeaderTerm for the search without more success.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)