Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix code formatting | Quentin Dufour | 2024-02-23 | 1 | -19/+20 |
* | Also share HTTPClient for K2Vperf/cpu-ram-bottleneck | Quentin Dufour | 2024-02-23 | 3 | -17/+25 |
* | Replace with a single AWS HTTP client | Quentin Dufour | 2024-02-23 | 3 | -14/+48 |
* | formatting | Quentin Dufour | 2024-02-22 | 7 | -41/+54 |
* | Update imap-flow, clean IDLE | Quentin Dufour | 2024-02-22 | 11 | -116/+171 |
* | fix test | Quentin Dufour | 2024-02-22 | 1 | -1/+1 |
* | Compile streams | Quentin Dufour | 2024-02-22 | 4 | -118/+98 |
* | Unsollicited response on APPEND was wrong, upgrade imap-flow to fix LITERAL+ | Quentin Dufour | 2024-02-20 | 2 | -11/+12 |
* | Unsollicited responses on APPEND | Quentin Dufour | 2024-02-20 | 1 | -6/+12 |
* | Set pipelinable commands to 64 | Quentin Dufour | 2024-02-15 | 1 | -1/+3 |
* | Accept authz id == auth idbug/dovecot-auth-resp | Quentin Dufour | 2024-02-13 | 1 | -1/+2 |
* | dovecot plain auth inline continuation support | Quentin Dufour | 2024-02-13 | 2 | -52/+57 |
* | 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 |