aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* retrieve missing attributes ldapQuentin Dufour2024-01-301-0/+3
* Fix postfix bugfeat/finalize-v0.2Quentin Dufour2024-01-241-9/+17
* correctly parse saslQuentin Dufour2024-01-241-1/+8
* Encoding of server commmandsQuentin Dufour2024-01-241-8/+125
* implemented business logicQuentin Dufour2024-01-241-36/+206
* Basic response encodingQuentin Dufour2024-01-241-1/+44
* AuthOptions parsingQuentin Dufour2024-01-241-15/+75
* QoL connection managementQuentin Dufour2024-01-241-5/+19
* Basic parsing of Dovecot Client CommandsQuentin Dufour2024-01-242-15/+183
* Dovecot auth typesQuentin Dufour2024-01-242-3/+256
* WIP Dovecot Authentication Protocol ServerQuentin Dufour2024-01-234-0/+46
* Add TLS supportQuentin Dufour2024-01-234-14/+67
* Rework some details (env var, cargo desc)Quentin Dufour2024-01-221-1/+1
* Test LIST-STATUSQuentin Dufour2024-01-201-0/+5
* Implement `LIST X Y RETURN (STATUS (UIDNEXT ...))`feat/list-statusQuentin Dufour2024-01-201-32/+86
* test UIDPLUSQuentin Dufour2024-01-201-0/+5
* fix warningsuidplusQuentin Dufour2024-01-191-4/+4
* format codeQuentin Dufour2024-01-194-11/+23
* filter expungeQuentin Dufour2024-01-192-10/+23
* Implement some part of SPECIAL-USEQuentin Dufour2024-01-192-4/+34
* Testing idlefeat/idleQuentin Dufour2024-01-191-0/+1
* reformat codeQuentin Dufour2024-01-1812-152/+221
* fix a transition bugQuentin Dufour2024-01-181-4/+35
* idling works!!!Quentin Dufour2024-01-186-62/+72
* idle syncQuentin Dufour2024-01-178-23/+110
* WIP idleQuentin Dufour2024-01-176-20/+59
* Delete EXAMINE that has been merged in SELECTEDQuentin Dufour2024-01-173-166/+1
* WIP refactor idleQuentin Dufour2024-01-177-112/+247
* fix a condstore bugQuentin Dufour2024-01-121-8/+16
* Fix unit testsQuentin Dufour2024-01-122-3/+6
* Finalize implementation of CONDSTOREQuentin Dufour2024-01-115-30/+147
* Enable CONDSTORE on STORE/FETCH modifierQuentin Dufour2024-01-114-18/+49
* Fetch and store modifiers are parsedQuentin Dufour2024-01-114-22/+23
* MODSEQ is now returned on non empty search resultsQuentin Dufour2024-01-111-3/+10
* Enable CONDSTORE if SEARCH MODSEQ is queriedQuentin Dufour2024-01-114-4/+24
* MODSEQ search key first implementationQuentin Dufour2024-01-111-4/+14
* Fecth MODSEQ now enables the CONDSTORE capabilityQuentin Dufour2024-01-104-18/+34
* Fetch now support MODSEQ data itemQuentin Dufour2024-01-102-5/+10
* Implement HIGHESTMODSEQ for STATUSQuentin Dufour2024-01-106-24/+31
* update imap-codecQuentin Dufour2024-01-102-9/+10
* Return highestmodseq in select+examineQuentin Dufour2024-01-101-1/+1
* fix some logic error in the internalsQuentin Dufour2024-01-104-23/+34
* [broken compilation] update mail internalQuentin Dufour2024-01-103-40/+115
* Optional Parameters with the SELECT/EXAMINE CommandsQuentin Dufour2024-01-092-3/+29
* prepare condstoreQuentin Dufour2024-01-095-35/+58
* Disable UNSEEN again as it was a volunteer decision to not implement itQuentin Dufour2024-01-093-3/+6
* Reject \n alone, require \r\nQuentin Dufour2024-01-081-2/+7
* remove wild logfeat/condstoreQuentin Dufour2024-01-081-1/+0
* Better choose wether or not a body is requiredQuentin Dufour2024-01-083-25/+30
* Futures must be orderedQuentin Dufour2024-01-086-58/+34