-
Notifications
You must be signed in to change notification settings - Fork 34
Open
2 / 92 of 9 issues completedLabels
IMAP4rev2Requirement for IMAP4rev2, RFC9051Requirement for IMAP4rev2, RFC9051
Milestone
Description
Supporting RFC4466 as well as the basic ABNF in RFC3501 will give significant forward compatibility, allowing us to partially parse some other extensions which we don't (yet?) otherwise support. Additionally, RFC4466 support is necessary for RFC9051.
- Parse unknown or unsupported extensions using RFC4466
tagged-extsyntax- Parse
tagged-ext-val(done as part of ⚡ Better Faster CleanerSTATUSparsing #225) - Add
ExtensionData(done as part of ⚡ Better Faster CleanerSTATUSparsing #225) - Add TaggedExtensionData (with
#to_hash) #127 - Add ExtensionDataList (with
#to_ary) #128 - Add UnparsedData (with
#to_str) #129
(also usable for non-RFC4466 extension data)
- Parse
- RFC4466 2.1: Optional Parameters with the
#select/#examineCommands- Add arbitrary kwargs to
#select/#examine, usingselect-paramssyntax (RFC4466 tagged-ext) #124 - Add kwargs to
#select/#examinefor existingselect-paramextensions
- Add arbitrary kwargs to
- RFC4466 2.2: Extended
#createCommand- Add arbitrary kwargs to
#create, usingcreate-paramssyntax (RFC4466 tagged-ext) #126 - Add kwargs to
#createfor existingcreate-paramextensions
- Add arbitrary kwargs to
- RFC4466 2.3: Extended
#renameCommand - RFC4466 2.4: Extensions to
#fetchand#uid_fetchCommands- Add arbitrary kwargs to
#fetch/#uid_fetch, using RFC4466 tagged-ext syntax #133 - Add kwargs to
#fetch/#uid_fetchfor existingfetch-modifierextensions
- Add arbitrary kwargs to
- RFC4422 2.6: Extensions to
#searchCommand- RFC4422 2.6.1: Extended
SEARCHcommand #115- Add arbitrary return opts to
#search, usingsearch-return-optssyntax (RFC4466 tagged-ext)
- Add arbitrary return opts to
- RFC4422 2.6.2:
ESEARCHuntagged response #121- Parse RFC9051
esearch-responseandsearch-response-data#120 - Parse all existing
search-return-dataextensions directly
- Parse RFC9051
- RFC4422 2.6.1: Extended
- RFC4422 2.7: Extensions to
#appendCommand
Sub-issues
Metadata
Metadata
Assignees
Labels
IMAP4rev2Requirement for IMAP4rev2, RFC9051Requirement for IMAP4rev2, RFC9051