aboutsummaryrefslogtreecommitdiff
path: root/src/imap
Commit message (Collapse)AuthorAgeFilesLines
* Implement IMAP fetch internaldateQuentin Dufour2022-06-301-1/+5
|
* Refactor user to be shared using ArcAlex Auvolat2022-06-305-8/+15
|
* Implement RFC822.TEXTQuentin Dufour2022-06-306-31/+62
|
* Split out Examined state and add prototypes for IMAP command handlersAlex Auvolat2022-06-307-27/+210
|
* Add possibility to fetch full RFC822Alex Auvolat2022-06-291-1/+5
|
* Fetch ENVELOPE works \o/Alex Auvolat2022-06-292-8/+90
|
* cleanupAlex Auvolat2022-06-291-4/+4
|
* Implement beginning of a FETCH commandAlex Auvolat2022-06-292-7/+130
|
* Implement IDLE in selected stateAlex Auvolat2022-06-293-17/+101
|
* Cleanup and remove useless importsAlex Auvolat2022-06-295-13/+4
|
* 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-295-58/+173
|
* work on prototypesAlex Auvolat2022-06-294-5/+4
|
* RefactoringAlex Auvolat2022-06-294-17/+15
|
* Clean up unused importsAlex Auvolat2022-06-295-20/+20
|
* Refactor to allow mutabilityAlex Auvolat2022-06-296-109/+147
|
* Try my best to close the connectionquentinQuentin Dufour2022-06-281-1/+5
|
* Implement logoutQuentin Dufour2022-06-283-5/+22
|
* cargo fmt + implement noopQuentin Dufour2022-06-284-50/+27
|
* Switching to upstream boitalettresQuentin Dufour2022-06-285-100/+38
|
* Refactor files in a "mail" crateQuentin Dufour2022-06-273-3/+3
|
* Add support for flagsQuentin Dufour2022-06-271-3/+33
|
* Implement Recent in SelectQuentin Dufour2022-06-241-29/+41
|
* Return UID validityQuentin Dufour2022-06-231-3/+22
|
* cargo fmtQuentin Dufour2022-06-226-110/+168
|
* Refactor selectedQuentin Dufour2022-06-224-29/+27
|
* Authenticated state worksQuentin Dufour2022-06-222-25/+24
|
* It compiles again!Quentin Dufour2022-06-226-73/+89
|
* WIP refactorQuentin Dufour2022-06-208-194/+177
|
* WIP Refactor, code is brokenQuentin Dufour2022-06-177-0/+541