aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Switch version to 0.2.1bug/deploymentQuentin Dufour2024-02-081-1/+1
* 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
* upgrade k2v to 0.9.1Quentin Dufour2024-01-303-4/+4
* retrieve missing attributes ldapQuentin Dufour2024-01-301-0/+3
* Various post-release fixesQuentin Dufour2024-01-254-14/+13
* Update cargo.nix0.2.0Quentin Dufour2024-01-251-1/+2
* Merge pull request 'feat/finalize-v0.2' (#82) from feat/finalize-v0.2 into mainQuentin2024-01-2510-25/+1802
|\
| * 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-244-16/+186
| * Dovecot auth typesQuentin Dufour2024-01-247-8/+1039
| * WIP Dovecot Authentication Protocol ServerQuentin Dufour2024-01-234-0/+46
| * Add TLS supportQuentin Dufour2024-01-236-16/+127
| * Rework some details (env var, cargo desc)Quentin Dufour2024-01-222-2/+2
|/
* Sync Cargo.nix with Cargo.lockQuentin Dufour2024-01-202-692/+689
* Fix Cargo.toml advertised licence, Aerogramme is EUPLQuentin Dufour2024-01-201-1/+1
* switch to version 0.2.0Quentin Dufour2024-01-201-1/+1
* Merge pull request 'Implement `LIST X Y RETURN (STATUS (UIDNEXT ...))`' (#75)...Quentin2024-01-207-73/+199
|\
| * Test LIST-STATUSQuentin Dufour2024-01-203-4/+87
| * Implement `LIST X Y RETURN (STATUS (UIDNEXT ...))`feat/list-statusQuentin Dufour2024-01-204-69/+112
|/
* Merge pull request 'UIDPLUS' (#73) from uidplus into mainQuentin2024-01-203-8/+77
|\
| * test UIDPLUSQuentin Dufour2024-01-203-8/+77
|/
* fix warningsuidplusQuentin Dufour2024-01-191-4/+4
* format codeQuentin Dufour2024-01-195-12/+23
* filter expungeQuentin Dufour2024-01-193-12/+25
* Implement some part of SPECIAL-USEQuentin Dufour2024-01-193-17/+47
* Merge pull request 'Implement IDLE' (#72) from feat/idle into mainQuentin2024-01-1919-434/+726
|\
| * Testing idlefeat/idleQuentin Dufour2024-01-193-2/+42
| * reformat codeQuentin Dufour2024-01-1814-179/+294
| * fix a transition bugQuentin Dufour2024-01-181-4/+35
| * idling works!!!Quentin Dufour2024-01-186-62/+72
| * idle syncQuentin Dufour2024-01-178-23/+110
| * Update dependencyQuentin Dufour2024-01-171-1/+1
| * 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
|/
* Merge pull request 'CONDSTORE' (#71) from feat/condstore-try-2 into mainQuentin2024-01-1518-258/+801
|\
| * testing condstoreQuentin Dufour2024-01-152-51/+128
| * rewrite store testing logicfeat/condstore-try-2Quentin Dufour2024-01-122-20/+71
| * fix a condstore bugQuentin Dufour2024-01-124-39/+98
| * 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