Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly implement UID FETCH and UID STORE | Alex Auvolat | 2022-07-13 | 1 | -21/+46 |
| | |||||
* | Implement opportunistic sync based on watch value, and use it | Alex Auvolat | 2022-07-13 | 4 | -30/+57 |
| | |||||
* | Begin add watch mechanism to Bayou | Alex Auvolat | 2022-07-13 | 4 | -36/+142 |
| | |||||
* | Small changes to .update() | Alex Auvolat | 2022-07-13 | 2 | -34/+34 |
| | |||||
* | small fixes | Alex Auvolat | 2022-07-13 | 2 | -3/+8 |
| | |||||
* | LMTP refactoring, implement EXPUNGE | Alex Auvolat | 2022-07-13 | 4 | -39/+63 |
| | |||||
* | "set flags" as a bayou op | Alex Auvolat | 2022-07-13 | 4 | -24/+45 |
| | |||||
* | implement STORE | Alex Auvolat | 2022-07-12 | 2 | -29/+119 |
| | |||||
* | Cleanup | Alex Auvolat | 2022-07-12 | 1 | -7/+4 |
| | |||||
* | Implement APPEND | Alex Auvolat | 2022-07-12 | 4 | -12/+127 |
| | |||||
* | Fix Subscribed | Alex Auvolat | 2022-07-12 | 1 | -4/+3 |
| | |||||
* | Implement STATUS | Alex Auvolat | 2022-07-12 | 4 | -43/+127 |
| | |||||
* | Clean up | Alex Auvolat | 2022-07-12 | 4 | -60/+2 |
| | |||||
* | cleanup | Alex Auvolat | 2022-07-12 | 7 | -33/+27 |
| | |||||
* | Implement mailbox renaming | Alex Auvolat | 2022-07-12 | 1 | -77/+223 |
| | |||||
* | Implement LIST | Alex Auvolat | 2022-07-12 | 4 | -37/+169 |
| | |||||
* | Push what compiles | Quentin Dufour | 2022-07-08 | 1 | -8/+11 |
| | |||||
* | Add a workaround for mail-parser bug | Quentin Dufour | 2022-07-08 | 1 | -21/+35 |
| | |||||
* | Count lines the same way as Dovecot+Cyrus | Quentin Dufour | 2022-07-08 | 1 | -1/+4 |
| | |||||
* | Fix typo + add Citadel to the list | Quentin Dufour | 2022-07-08 | 1 | -1/+4 |
| | |||||
* | List other possible implementations | Quentin Dufour | 2022-07-08 | 1 | -0/+10 |
| | |||||
* | Add a docker-compose spawning Dovecot+Cyrus+Maddy | Quentin Dufour | 2022-07-08 | 49 | -109/+206 |
| | |||||
* | Use CRLF as line ending in test files | Quentin Dufour | 2022-07-08 | 23 | -728/+744 |
| | |||||
* | Add Cyrus + Identify Dovecot traces in filename | Quentin Dufour | 2022-07-07 | 315 | -1/+199 |
| | |||||
* | Correctly count lines + bytes | Quentin Dufour | 2022-07-07 | 3 | -8/+14 |
| | |||||
* | Add Maddy FETCH BODY and BODYSTRUCTURE | Quentin Dufour | 2022-07-07 | 154 | -29/+227 |
| | |||||
* | Distribute Aerogramme under EUPL license | Alex Auvolat | 2022-07-07 | 1 | -0/+287 |
| | |||||
* | Fix envelope + rfc822 message size+line number | Quentin Dufour | 2022-07-06 | 6 | -36/+134 |
| | |||||
* | Add support for mime in mime | Quentin Dufour | 2022-07-05 | 5 | -17/+48 |
| | |||||
* | Add support for MIME types | Quentin Dufour | 2022-07-05 | 1 | -20/+58 |
| | |||||
* | Refactor BODY parsing to generalize it | Quentin Dufour | 2022-07-05 | 1 | -67/+103 |
| | |||||
* | Reformat LMTP | Quentin Dufour | 2022-07-05 | 1 | -2/+1 |
| | |||||
* | First test based on Dovecot results | Quentin Dufour | 2022-07-05 | 1 | -8/+19 |
| | |||||
* | Fix test IMAP parsing | Quentin Dufour | 2022-07-05 | 6 | -18/+22 |
| | |||||
* | Add our own test emails + parse result | Quentin Dufour | 2022-07-05 | 164 | -0/+302 |
| | |||||
* | Implement Content-Description | Quentin Dufour | 2022-07-05 | 1 | -8/+16 |
| | |||||
* | Add some test emails from mail-parser | Quentin Dufour | 2022-07-05 | 96 | -0/+5388 |
| | |||||
* | Populate attribute list | Quentin Dufour | 2022-07-04 | 1 | -120/+101 |
| | |||||
* | update k2v-client | Alex Auvolat | 2022-07-04 | 1 | -1/+1 |
| | |||||
* | Handling of incoming messages from LMTP seems to work! | Alex Auvolat | 2022-07-04 | 2 | -39/+86 |
| | |||||
* | Fix uidindex tests + body structure for text msg | Quentin Dufour | 2022-07-04 | 2 | -16/+213 |
| | |||||
* | Code to add mail to inbox | Alex Auvolat | 2022-07-01 | 2 | -7/+148 |
| | |||||
* | small rewrite | Alex Auvolat | 2022-07-01 | 1 | -30/+36 |
| | |||||
* | release lock when no longer needed | Alex Auvolat | 2022-07-01 | 1 | -2/+18 |
| | |||||
* | comments | Alex Auvolat | 2022-07-01 | 1 | -1/+5 |
| | |||||
* | Incomming locking loop | Alex Auvolat | 2022-07-01 | 1 | -33/+144 |
| | |||||
* | WIP incoming loop | Alex Auvolat | 2022-06-30 | 1 | -51/+85 |
| | |||||
* | More work on incoming mails, but no mails yet | Alex Auvolat | 2022-06-30 | 6 | -54/+229 |
| | |||||
* | Skeleton for incoming mail processor | Alex Auvolat | 2022-06-30 | 3 | -13/+36 |
| | |||||
* | update uid in mailbox list when opening mailbox | Alex Auvolat | 2022-06-30 | 1 | -3/+13 |
| |