Library version:
5.0.14
Java mail version:
"com.sun.mail" % "javax.mail" % "1.6.2"
Hello. We have an IMAP server with capabilities:
CAPABILITY IMAP4rev1 CHILDREN ENABLE ID IDLE LIST-EXTENDED LIST-STATUS LITERAL- MOVE NAMESPACE QUOTA SASL-IR SORT SPECIAL-USE THREAD≈ORDEREDSUBJECT UIDPLUS UNSELECT WITHIN AUTH≈LOGIN AUTH≈PLAIN
When we want to send the UID SEARCH command with Literal.
It sends as:
UID SEARCH OR OR OR HEADER Message-ID <id1> HEADER Message-ID <id2> HEADER Message-ID {59}
<id3_size_of_59>
HEADER Message-ID <id4>
Server sees {59} and responds with CONTINUE.
Library throws failureType≈OPERATION_NOT_SUPPORTED_FOR_COMMAND
My opinion, library should handle somehow such situation.
Library version:
5.0.14
Java mail version:
"com.sun.mail" % "javax.mail" % "1.6.2"
Hello. We have an IMAP server with capabilities:
When we want to send the
UID SEARCHcommand with Literal.It sends as:
Server sees
{59}and responds with CONTINUE.Library throws
failureType≈OPERATION_NOT_SUPPORTED_FOR_COMMANDMy opinion, library should handle somehow such situation.