aboutsummaryrefslogtreecommitdiff
path: root/src/mail
Commit message (Expand)AuthorAgeFilesLines
* WIP refactorQuentin Dufour2024-03-088-1977/+0
* RefactorQuentin Dufour2024-02-275-503/+212
* formattingQuentin Dufour2024-02-221-24/+29
* Compile streamsQuentin Dufour2024-02-222-38/+32
* format codeQuentin Dufour2024-01-191-2/+4
* Implement some part of SPECIAL-USEQuentin Dufour2024-01-191-2/+24
* reformat codeQuentin Dufour2024-01-181-13/+17
* idling works!!!Quentin Dufour2024-01-181-5/+4
* idle syncQuentin Dufour2024-01-171-0/+10
* Fix unit testsQuentin Dufour2024-01-121-1/+2
* Implement HIGHESTMODSEQ for STATUSQuentin Dufour2024-01-103-19/+15
* fix some logic error in the internalsQuentin Dufour2024-01-101-15/+26
* [broken compilation] update mail internalQuentin Dufour2024-01-102-37/+109
* Better choose wether or not a body is requiredQuentin Dufour2024-01-081-13/+9
* Futures must be orderedQuentin Dufour2024-01-082-50/+20
* UID sequence are now correctly fetchedQuentin Dufour2024-01-081-2/+0
* Add the ENABLE capability, reduce wild loggingfeat/searchQuentin Dufour2024-01-082-0/+9
* Search can now filter on index dataQuentin Dufour2024-01-062-1/+9
* Stop dumping parsed emails in the logsQuentin Dufour2024-01-061-3/+0
* Format code againQuentin Dufour2024-01-063-26/+48
* search is re-enabledQuentin Dufour2024-01-061-4/+4
* Mailbox View made more readableQuentin Dufour2024-01-061-2/+5
* WIP rewrite with a query managerfeat/more-imap-qolQuentin Dufour2024-01-053-26/+100
* added some utility structuresQuentin Dufour2024-01-054-3/+130
* MOVE command is optimizedQuentin Dufour2024-01-054-3/+13
* append ignore dates instead of failingQuentin Dufour2024-01-031-8/+8
* cargo formatQuentin Dufour2023-12-273-31/+60
* implemente garage storageQuentin Dufour2023-12-272-2/+2
* s3 is now implementedQuentin Dufour2023-12-222-2/+2
* initialize aws sdk with our infoQuentin Dufour2023-12-213-6/+6
* implemented an in memory storageQuentin Dufour2023-12-192-2/+7
* Storage trait new implementationQuentin Dufour2023-12-183-119/+111
* various fixesQuentin Dufour2023-11-232-5/+5
* extract setup logicQuentin Dufour2023-11-231-2/+2
* fix orphan storage compatibilityQuentin Dufour2023-11-172-4/+4
* incoming has been fully portedQuentin Dufour2023-11-171-42/+32
* introduce an "orphan" enumQuentin Dufour2023-11-171-8/+33
* not very clear how we pass data across channelQuentin Dufour2023-11-161-1/+1
* WIP refactor storage (new timestamp.rs file)Quentin Dufour2023-11-154-7/+5
* converted incoming mailQuentin Dufour2023-11-021-83/+23
* add rust analyzer to the shellQuentin Dufour2023-11-022-13/+7
* WIP rewrite mail/incomingQuentin Dufour2023-11-022-57/+30
* make all our objects send+syncQuentin Dufour2023-11-022-19/+21
* implement equality+cmp for builders based on urlQuentin Dufour2023-11-021-1/+2
* gradually implement our interfaceQuentin Dufour2023-11-021-4/+5
* try dynamic dispatchQuentin Dufour2023-11-021-3/+2
* we are doomed with static typesQuentin Dufour2023-11-022-4/+3
* mask implementation to the rest of the codeQuentin Dufour2023-11-011-2/+2
* implement an AnyCredentialsQuentin Dufour2023-11-011-2/+4
* basic body ext testing + formatQuentin Dufour2023-10-123-15/+20