aboutsummaryrefslogtreecommitdiff
path: root/src/imap/mailbox_view.rs
Commit message (Collapse)AuthorAgeFilesLines
* Refactor BODY parsing to generalize itQuentin Dufour2022-07-051-67/+103
|
* First test based on Dovecot resultsQuentin Dufour2022-07-051-8/+19
|
* Implement Content-DescriptionQuentin Dufour2022-07-051-8/+16
|
* Populate attribute listQuentin Dufour2022-07-041-120/+101
|
* Fix uidindex tests + body structure for text msgQuentin Dufour2022-07-041-8/+205
|
* Implement IMAP fetch internaldateQuentin Dufour2022-06-301-1/+5
|
* Implement RFC822.TEXTQuentin Dufour2022-06-301-9/+37
|
* Split out Examined state and add prototypes for IMAP command handlersAlex Auvolat2022-06-301-2/+8
|
* Add possibility to fetch full RFC822Alex Auvolat2022-06-291-1/+5
|
* Fetch ENVELOPE works \o/Alex Auvolat2022-06-291-2/+83
|
* cleanupAlex Auvolat2022-06-291-4/+4
|
* Implement beginning of a FETCH commandAlex Auvolat2022-06-291-2/+120
|
* Implement IDLE in selected stateAlex Auvolat2022-06-291-13/+91
|
* Cleanup and remove useless importsAlex Auvolat2022-06-291-3/+1
|
* Add call to testing procedureAlex Auvolat2022-06-291-0/+3
|
* Rename MailIdent to UniqueIdent and use those to identify mailboxesAlex Auvolat2022-06-291-2/+7
|
* Some refactoring on mailbox structures and viewsAlex Auvolat2022-06-291-0/+154