Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Escape LMTP data | Quentin Dufour | 2024-02-10 | 1 | -1/+7 |
* | fix idle loop error | Quentin Dufour | 2024-02-08 | 1 | -1/+2 |
* | add way more logging | Quentin Dufour | 2024-02-08 | 1 | -1/+16 |
* | format + fix storage bug | Quentin Dufour | 2024-01-31 | 5 | -172/+286 |
* | retrieve missing attributes ldap | Quentin Dufour | 2024-01-30 | 1 | -0/+3 |
* | 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 | 2 | -15/+183 |
* | Dovecot auth types | Quentin Dufour | 2024-01-24 | 2 | -3/+256 |
* | WIP Dovecot Authentication Protocol Server | Quentin Dufour | 2024-01-23 | 4 | -0/+46 |
* | Add TLS support | Quentin Dufour | 2024-01-23 | 4 | -14/+67 |
* | Rework some details (env var, cargo desc) | Quentin Dufour | 2024-01-22 | 1 | -1/+1 |
* | Test LIST-STATUS | Quentin Dufour | 2024-01-20 | 1 | -0/+5 |
* | Implement `LIST X Y RETURN (STATUS (UIDNEXT ...))`feat/list-status | Quentin Dufour | 2024-01-20 | 1 | -32/+86 |
* | test UIDPLUS | Quentin Dufour | 2024-01-20 | 1 | -0/+5 |
* | fix warningsuidplus | Quentin Dufour | 2024-01-19 | 1 | -4/+4 |
* | format code | Quentin Dufour | 2024-01-19 | 4 | -11/+23 |
* | filter expunge | Quentin Dufour | 2024-01-19 | 2 | -10/+23 |
* | Implement some part of SPECIAL-USE | Quentin Dufour | 2024-01-19 | 2 | -4/+34 |
* | Testing idlefeat/idle | Quentin Dufour | 2024-01-19 | 1 | -0/+1 |
* | reformat code | Quentin Dufour | 2024-01-18 | 12 | -152/+221 |
* | 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 |
* | 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 |
* | fix a condstore bug | Quentin Dufour | 2024-01-12 | 1 | -8/+16 |
* | 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 | 4 | -22/+23 |
* | MODSEQ is now returned on non empty search results | Quentin Dufour | 2024-01-11 | 1 | -3/+10 |
* | 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 | 1 | -4/+14 |
* | Fecth MODSEQ now enables the CONDSTORE capability | Quentin Dufour | 2024-01-10 | 4 | -18/+34 |
* | Fetch now support MODSEQ data item | Quentin Dufour | 2024-01-10 | 2 | -5/+10 |
* | Implement HIGHESTMODSEQ for STATUS | Quentin Dufour | 2024-01-10 | 6 | -24/+31 |
* | update imap-codec | Quentin Dufour | 2024-01-10 | 2 | -9/+10 |
* | Return highestmodseq in select+examine | Quentin Dufour | 2024-01-10 | 1 | -1/+1 |
* | fix some logic error in the internals | Quentin Dufour | 2024-01-10 | 4 | -23/+34 |
* | [broken compilation] update mail internal | Quentin Dufour | 2024-01-10 | 3 | -40/+115 |
* | Optional Parameters with the SELECT/EXAMINE Commands | Quentin Dufour | 2024-01-09 | 2 | -3/+29 |
* | prepare condstore | Quentin Dufour | 2024-01-09 | 5 | -35/+58 |
* | Disable UNSEEN again as it was a volunteer decision to not implement it | Quentin Dufour | 2024-01-09 | 3 | -3/+6 |