Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support search with UID sequence #103

Closed
marcelmay opened this issue Oct 17, 2015 · 0 comments
Closed

Support search with UID sequence #103

marcelmay opened this issue Oct 17, 2015 · 0 comments
Assignees
Milestone

Comments

@marcelmay
Copy link
Member

Extend search to support UID sequence.
See http://tools.ietf.org/html/rfc3501#section-6.4.4

This feature fixes part of #2 and relates to #20 .

Note: JavaMail itself does not support UID search via SearchTerm but by Folder.
See https://community.oracle.com/thread/1591160?start=0&tstart=0

@marcelmay marcelmay self-assigned this Oct 17, 2015
@marcelmay marcelmay added this to the 1.5 milestone Oct 17, 2015
marcelmay added a commit that referenced this issue Oct 17, 2015
Implementation was tricky due to the fact that GreenMail internally relies on JavaMail search terms.
JavaMail search terms do not support UID search, as JavaMail relies on special UIDFolder.getMessagesByUID(...) .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant