We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Before CONDSTORE can be implemented, RFC4466 extensions should be generally supported:
CONDSTORE makes the following changes to the IMAP4 protocol (from the list at the top of RFC7162 3.1):
unchangedsince
#store
#uid_store
MODIFIED
OK
STORE
NO
MODSEQ
FETCH
CHANGEDSINCE
changedsince
#fetch
#uid_fetch
SEARCH
ESEARCH
mod-sequence
HIGHESTMODSEQ
NOMODSEQ
SELECT
EXAMINE
CONDSTORE
condstore
#select
#examine
STATUS
Subsections of RFC7162 3.1:
UID STORE
UID FETCH
SORT
THREAD
ESORT
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Before CONDSTORE can be implemented, RFC4466 extensions should be generally supported:
CONDSTORE makes the following changes to the IMAP4 protocol (from the list at the top of RFC7162 3.1):
Add
unchangedsince
kwarg to#store
/#uid_store
(RFC7162, CONDSTORE) #237MODIFIED
response code that is used with anOK
response to theSTORE
command. (It can also be used in aNO
response.)MODSEQ
message data item for use with theFETCH
command.CHANGEDSINCE
FETCH modifier.Add
changedsince
kwarg to#fetch
/#uid_fetch
(RFC7162, CONDSTORE) #132MODSEQ
search criterion.SEARCH
andESEARCH
responses to includemod-sequence
.OK
untagged responses (HIGHESTMODSEQ
andNOMODSEQ
) for theSELECT
andEXAMINE
commands.CONDSTORE
parameter toSELECT
/EXAMINE
commands.Add
condstore
kwarg to#select
,#examine
(RFC7162, CONDSTORE) #122HIGHESTMODSEQ
status data item to theSTATUS
command.Subsections of RFC7162 3.1:
OK
Untagged Responses forSELECT
andEXAMINE
HIGHESTMODSEQ
Response CodeNOMODSEQ
Response CodeSTORE
andUID STORE
CommandsAdd
unchangedsince
kwarg to#store
/#uid_store
(RFC7162, CONDSTORE) #237FETCH
andUID FETCH
CommandsCHANGEDSINCE
FETCH
ModifierAdd
changedsince
kwarg to#fetch
/#uid_fetch
(RFC7162, CONDSTORE) #132MODSEQ
Message Data Item inFETCH
CommandMODSEQ
Search Criterion inSEARCH
NOTE: This doesn't require explicit support.
SEARCH
Untagged ResponseHIGHESTMODSEQ
Status Data ItemsCONDSTORE
Parameter toSELECT
andEXAMINE
Add
condstore
kwarg to#select
,#examine
(RFC7162, CONDSTORE) #122SORT
andTHREAD
ExtensionsESORT
andESEARCH
ExtensionsThe text was updated successfully, but these errors were encountered: