Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | upgrade k2v to 0.9.1 | Quentin Dufour | 2024-01-30 | 3 | -4/+4 |
| | |||||
* | retrieve missing attributes ldap | Quentin Dufour | 2024-01-30 | 1 | -0/+3 |
| | |||||
* | Various post-release fixes | Quentin Dufour | 2024-01-25 | 4 | -14/+13 |
| | |||||
* | Update cargo.nix0.2.0 | Quentin Dufour | 2024-01-25 | 1 | -1/+2 |
| | |||||
* | Merge pull request 'feat/finalize-v0.2' (#82) from feat/finalize-v0.2 into main | Quentin | 2024-01-25 | 10 | -25/+1802 |
|\ | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/82 | ||||
| * | Fix postfix bugfeat/finalize-v0.2 | Quentin Dufour | 2024-01-24 | 1 | -9/+17 |
| | | |||||
| * | correctly parse sasl | Quentin Dufour | 2024-01-24 | 1 | -1/+8 |
| | | |||||
| * | Encoding of server commmands | Quentin Dufour | 2024-01-24 | 1 | -8/+125 |
| | | |||||
| * | implemented business logic | Quentin Dufour | 2024-01-24 | 1 | -36/+206 |
| | | |||||
| * | Basic response encoding | Quentin Dufour | 2024-01-24 | 1 | -1/+44 |
| | | |||||
| * | AuthOptions parsing | Quentin Dufour | 2024-01-24 | 1 | -15/+75 |
| | | |||||
| * | QoL connection management | Quentin Dufour | 2024-01-24 | 1 | -5/+19 |
| | | |||||
| * | Basic parsing of Dovecot Client Commands | Quentin Dufour | 2024-01-24 | 4 | -16/+186 |
| | | |||||
| * | Dovecot auth types | Quentin Dufour | 2024-01-24 | 7 | -8/+1039 |
| | | |||||
| * | WIP Dovecot Authentication Protocol Server | Quentin Dufour | 2024-01-23 | 4 | -0/+46 |
| | | |||||
| * | Add TLS support | Quentin Dufour | 2024-01-23 | 6 | -16/+127 |
| | | |||||
| * | Rework some details (env var, cargo desc) | Quentin Dufour | 2024-01-22 | 2 | -2/+2 |
|/ | |||||
* | Sync Cargo.nix with Cargo.lock | Quentin Dufour | 2024-01-20 | 2 | -692/+689 |
| | |||||
* | Fix Cargo.toml advertised licence, Aerogramme is EUPL | Quentin Dufour | 2024-01-20 | 1 | -1/+1 |
| | |||||
* | switch to version 0.2.0 | Quentin Dufour | 2024-01-20 | 1 | -1/+1 |
| | |||||
* | Merge pull request 'Implement `LIST X Y RETURN (STATUS (UIDNEXT ...))`' ↵ | Quentin | 2024-01-20 | 7 | -73/+199 |
|\ | | | | | | | | | | | (#75) from feat/list-status into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/75 | ||||
| * | Test LIST-STATUS | Quentin Dufour | 2024-01-20 | 3 | -4/+87 |
| | | |||||
| * | Implement `LIST X Y RETURN (STATUS (UIDNEXT ...))`feat/list-status | Quentin Dufour | 2024-01-20 | 4 | -69/+112 |
|/ | |||||
* | Merge pull request 'UIDPLUS' (#73) from uidplus into main | Quentin | 2024-01-20 | 3 | -8/+77 |
|\ | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/73 | ||||
| * | test UIDPLUS | Quentin Dufour | 2024-01-20 | 3 | -8/+77 |
|/ | |||||
* | fix warningsuidplus | Quentin Dufour | 2024-01-19 | 1 | -4/+4 |
| | |||||
* | format code | Quentin Dufour | 2024-01-19 | 5 | -12/+23 |
| | |||||
* | filter expunge | Quentin Dufour | 2024-01-19 | 3 | -12/+25 |
| | |||||
* | Implement some part of SPECIAL-USE | Quentin Dufour | 2024-01-19 | 3 | -17/+47 |
| | |||||
* | Merge pull request 'Implement IDLE' (#72) from feat/idle into main | Quentin | 2024-01-19 | 19 | -434/+726 |
|\ | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/72 | ||||
| * | Testing idlefeat/idle | Quentin Dufour | 2024-01-19 | 3 | -2/+42 |
| | | |||||
| * | reformat code | Quentin Dufour | 2024-01-18 | 14 | -179/+294 |
| | | |||||
| * | fix a transition bug | Quentin Dufour | 2024-01-18 | 1 | -4/+35 |
| | | |||||
| * | idling works!!! | Quentin Dufour | 2024-01-18 | 6 | -62/+72 |
| | | |||||
| * | idle sync | Quentin Dufour | 2024-01-17 | 8 | -23/+110 |
| | | |||||
| * | Update dependency | Quentin Dufour | 2024-01-17 | 1 | -1/+1 |
| | | |||||
| * | WIP idle | Quentin Dufour | 2024-01-17 | 6 | -20/+59 |
| | | |||||
| * | Delete EXAMINE that has been merged in SELECTED | Quentin Dufour | 2024-01-17 | 3 | -166/+1 |
| | | |||||
| * | WIP refactor idle | Quentin Dufour | 2024-01-17 | 7 | -112/+247 |
|/ | |||||
* | Merge pull request 'CONDSTORE' (#71) from feat/condstore-try-2 into main | Quentin | 2024-01-15 | 18 | -258/+801 |
|\ | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/71 | ||||
| * | testing condstore | Quentin Dufour | 2024-01-15 | 2 | -51/+128 |
| | | |||||
| * | rewrite store testing logicfeat/condstore-try-2 | Quentin Dufour | 2024-01-12 | 2 | -20/+71 |
| | | |||||
| * | fix a condstore bug | Quentin Dufour | 2024-01-12 | 4 | -39/+98 |
| | | |||||
| * | Fix unit tests | Quentin Dufour | 2024-01-12 | 2 | -3/+6 |
| | | |||||
| * | Finalize implementation of CONDSTORE | Quentin Dufour | 2024-01-11 | 5 | -30/+147 |
| | | |||||
| * | Enable CONDSTORE on STORE/FETCH modifier | Quentin Dufour | 2024-01-11 | 4 | -18/+49 |
| | | |||||
| * | Fetch and store modifiers are parsed | Quentin Dufour | 2024-01-11 | 5 | -24/+25 |
| | | |||||
| * | MODSEQ is now returned on non empty search results | Quentin Dufour | 2024-01-11 | 2 | -5/+12 |
| | | |||||
| * | Enable CONDSTORE if SEARCH MODSEQ is queried | Quentin Dufour | 2024-01-11 | 4 | -4/+24 |
| | | |||||
| * | MODSEQ search key first implementation | Quentin Dufour | 2024-01-11 | 2 | -6/+16 |
| | |