Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | 4 | -7/+33 | |
| | | | | | | | | See: https://datatracker.ietf.org/doc/html/rfc4466#section-2.4 | |||||
| * | 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 | |
|/ | ||||||
* | Reject \n alone, require \r\n | Quentin Dufour | 2024-01-08 | 1 | -2/+7 | |
| | ||||||
* | Merge pull request 'bug/thunderbird' (#68) from bug/thunderbird into main | Quentin | 2024-01-08 | 9 | -111/+147 | |
|\ | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/68 | |||||
| * | remove wild logfeat/condstore | Quentin Dufour | 2024-01-08 | 1 | -1/+0 | |
| | | ||||||
| * | Better choose wether or not a body is required | Quentin Dufour | 2024-01-08 | 3 | -25/+30 | |
| | | ||||||
| * | Futures must be ordered | Quentin Dufour | 2024-01-08 | 6 | -58/+34 | |
| | | ||||||
| * | bodystructure final fix | Quentin Dufour | 2024-01-08 | 2 | -2/+2 | |
| | | ||||||
| * | Fetch BODYSTRUCTURE now returns a BODYSTRUCTURE | Quentin Dufour | 2024-01-08 | 3 | -35/+66 | |
| | | ||||||
| * | Status now returns UNSEEN | Quentin Dufour | 2024-01-08 | 2 | -4/+30 | |
| | | ||||||
| * | Fix wording in expectations | Quentin Dufour | 2024-01-08 | 1 | -2/+2 | |
| | | ||||||
| * | Make sure empty mailbox can be fetched/searched | Quentin Dufour | 2024-01-08 | 1 | -6/+5 | |
|/ | | | | | Required by a client (either GMail for Android, Outlook for iPhone, or Huawei Email) | |||||
* | test dovecot is updated | Quentin Dufour | 2024-01-08 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request 'Implement search' (#61) from feat/search into main | Quentin | 2024-01-08 | 15 | -1731/+3169 | |
|\ | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/61 | |||||
| * | Merge branch 'main' into feat/search | Quentin | 2024-01-08 | 7 | -5/+35 | |
| |\ | |/ |/| | ||||||
* | | add courier imap | Quentin Dufour | 2024-01-07 | 4 | -0/+30 | |
| | | ||||||
* | | update maddy and cyrus | Quentin Dufour | 2024-01-07 | 3 | -5/+5 | |
| | | ||||||
| * | Formatting & tests | Quentin Dufour | 2024-01-08 | 3 | -11/+36 | |
| | | ||||||
| * | UID sequence are now correctly fetched | Quentin Dufour | 2024-01-08 | 6 | -85/+114 | |
| | | ||||||
| * | Add the ENABLE capability, reduce wild loggingfeat/search | Quentin Dufour | 2024-01-08 | 3 | -0/+10 | |
| | | ||||||
| * | Format code | Quentin Dufour | 2024-01-06 | 5 | -105/+175 | |
| | | ||||||
| * | implemented text search | Quentin Dufour | 2024-01-06 | 2 | -6/+6 | |
| | | ||||||
| * | Search MIME headers | Quentin Dufour | 2024-01-06 | 4 | -29/+77 | |
| | | ||||||
| * | Quickly import lot of emails | Quentin Dufour | 2024-01-06 | 1 | -0/+37 | |
| | | ||||||
| * | Searching on storage date is now possible | Quentin Dufour | 2024-01-06 | 5 | -82/+163 | |
| | | ||||||
| * | Search is made more clear | Quentin Dufour | 2024-01-06 | 2 | -67/+136 | |
| | | ||||||
| * | Search can now filter on index data | Quentin Dufour | 2024-01-06 | 7 | -60/+254 | |
| | | ||||||
| * | Stop dumping parsed emails in the logs | Quentin Dufour | 2024-01-06 | 1 | -3/+0 | |
| | | ||||||
| * | update cargo.nix | Quentin Dufour | 2024-01-06 | 1 | -1503/+2381 | |
|/ | ||||||
* | Merge pull request 'Aerogramme refactoring' (#57) from feat/more-imap-qol ↵ | Quentin | 2024-01-06 | 20 | -1043/+1609 | |
|\ | | | | | | | | | | | into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/57 | |||||
| * | Format code again | Quentin Dufour | 2024-01-06 | 7 | -54/+120 | |
| | | ||||||
| * | search is re-enabled | Quentin Dufour | 2024-01-06 | 2 | -27/+38 | |
| | | ||||||
| * | Tests are fixed | Quentin Dufour | 2024-01-06 | 1 | -11/+15 | |
| | | ||||||
| * | Mailbox View made more readable | Quentin Dufour | 2024-01-06 | 6 | -259/+143 | |
| | | ||||||
| * | WIP rewrite with a query managerfeat/more-imap-qol | Quentin Dufour | 2024-01-05 | 7 | -143/+193 | |
| | | ||||||
| * | added some utility structures | Quentin Dufour | 2024-01-05 | 4 | -3/+130 | |
| | | ||||||
| * | MOVE command is optimized | Quentin Dufour | 2024-01-05 | 5 | -9/+16 | |
| | | ||||||
| * | Select what to fecth for search | Quentin Dufour | 2024-01-05 | 4 | -7/+36 | |
| | | ||||||
| * | search first ultra minimal implementation | Quentin Dufour | 2024-01-05 | 4 | -5/+141 | |
| | | ||||||
| * | reformat cargo | Quentin Dufour | 2024-01-05 | 9 | -119/+128 | |
| | | ||||||
| * | clean imf view | Quentin Dufour | 2024-01-05 | 1 | -33/+2 | |
| | | ||||||
| * | mime view should be complete | Quentin Dufour | 2024-01-05 | 1 | -1/+65 | |
| | | ||||||
| * | message structure msg | Quentin Dufour | 2024-01-05 | 1 | -16/+140 | |
| | | ||||||
| * | bodyext | Quentin Dufour | 2024-01-05 | 1 | -0/+331 | |
| | | ||||||
| * | bcp commit | Quentin Dufour | 2024-01-04 | 8 | -1117/+580 | |
| | | ||||||
| * | WIP refactor of the different views | Quentin Dufour | 2024-01-04 | 1 | -0/+292 | |
|/ |