aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Also share HTTPClient for K2Vperf/cpu-ram-bottleneckQuentin Dufour2024-02-233-17/+25
|
* Replace with a single AWS HTTP clientQuentin Dufour2024-02-233-14/+48
|
* formattingQuentin Dufour2024-02-227-41/+54
|
* Update imap-flow, clean IDLEQuentin Dufour2024-02-2211-116/+171
|
* fix testQuentin Dufour2024-02-221-1/+1
|
* Compile streamsQuentin Dufour2024-02-224-118/+98
|
* Unsollicited response on APPEND was wrong, upgrade imap-flow to fix LITERAL+Quentin Dufour2024-02-202-11/+12
|
* Unsollicited responses on APPENDQuentin Dufour2024-02-201-6/+12
|
* Set pipelinable commands to 64Quentin Dufour2024-02-151-1/+3
|
* Accept authz id == auth idbug/dovecot-auth-respQuentin Dufour2024-02-131-1/+2
|
* dovecot plain auth inline continuation supportQuentin Dufour2024-02-132-52/+57
|
* Escape LMTP dataQuentin Dufour2024-02-101-1/+7
|
* fix idle loop errorQuentin Dufour2024-02-081-1/+2
|
* add way more loggingQuentin Dufour2024-02-081-1/+16
|
* format + fix storage bugQuentin Dufour2024-01-315-172/+286
|
* 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
|