aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refactor stuff to indeed release resourcesAlex Auvolat2022-07-131-34/+23
* Remove OK [UNSEEN x] responses to SELECT and EXAMINE, and fix STATUS UNSEENAlex Auvolat2022-07-133-32/+18
* reformatAlex Auvolat2022-07-131-2/+3
* Fix list wildcardsAlex Auvolat2022-07-133-7/+85
* Correctly implement UID FETCH and UID STOREAlex Auvolat2022-07-131-21/+46
* Implement opportunistic sync based on watch value, and use itAlex Auvolat2022-07-134-30/+57
* Begin add watch mechanism to BayouAlex Auvolat2022-07-134-36/+142
* Small changes to .update()Alex Auvolat2022-07-132-34/+34
* small fixesAlex Auvolat2022-07-132-3/+8
* LMTP refactoring, implement EXPUNGEAlex Auvolat2022-07-134-39/+63
* "set flags" as a bayou opAlex Auvolat2022-07-134-24/+45
* implement STOREAlex Auvolat2022-07-122-29/+119
* CleanupAlex Auvolat2022-07-121-7/+4
* Implement APPENDAlex Auvolat2022-07-124-12/+127
* Fix SubscribedAlex Auvolat2022-07-121-4/+3
* Implement STATUSAlex Auvolat2022-07-124-43/+127
* Clean upAlex Auvolat2022-07-124-60/+2
* cleanupAlex Auvolat2022-07-127-33/+27
* Implement mailbox renamingAlex Auvolat2022-07-121-77/+223
* Implement LISTAlex Auvolat2022-07-122-37/+145
* Push what compilesQuentin Dufour2022-07-081-8/+11
* Add a workaround for mail-parser bugQuentin Dufour2022-07-081-21/+35
* Count lines the same way as Dovecot+CyrusQuentin Dufour2022-07-081-1/+4
* Use CRLF as line ending in test filesQuentin Dufour2022-07-081-1/+2
* Correctly count lines + bytesQuentin Dufour2022-07-071-6/+12
* Add Maddy FETCH BODY and BODYSTRUCTUREQuentin Dufour2022-07-071-2/+2
* Fix envelope + rfc822 message size+line numberQuentin Dufour2022-07-061-31/+125
* Add support for mime in mimeQuentin Dufour2022-07-051-15/+37
* Add support for MIME typesQuentin Dufour2022-07-051-20/+58
* Refactor BODY parsing to generalize itQuentin Dufour2022-07-051-67/+103
* Reformat LMTPQuentin Dufour2022-07-051-2/+1
* First test based on Dovecot resultsQuentin Dufour2022-07-051-8/+19
* Implement Content-DescriptionQuentin Dufour2022-07-051-8/+16
* Populate attribute listQuentin Dufour2022-07-041-120/+101
* Handling of incoming messages from LMTP seems to work!Alex Auvolat2022-07-042-39/+86
* Fix uidindex tests + body structure for text msgQuentin Dufour2022-07-042-16/+213
* Code to add mail to inboxAlex Auvolat2022-07-012-7/+148
* small rewriteAlex Auvolat2022-07-011-30/+36
* release lock when no longer neededAlex Auvolat2022-07-011-2/+18
* commentsAlex Auvolat2022-07-011-1/+5
* Incomming locking loopAlex Auvolat2022-07-011-33/+144
* WIP incoming loopAlex Auvolat2022-06-301-51/+85
* More work on incoming mails, but no mails yetAlex Auvolat2022-06-306-54/+229
* Skeleton for incoming mail processorAlex Auvolat2022-06-303-13/+36
* update uid in mailbox list when opening mailboxAlex Auvolat2022-06-301-3/+13
* Implement create_mailboxAlex Auvolat2022-06-302-41/+97
* Implement IMAP fetch internaldateQuentin Dufour2022-06-301-1/+5
* Refactor user to be shared using ArcAlex Auvolat2022-06-306-46/+88
* Elementary data structure for mailbox listAlex Auvolat2022-06-302-30/+130
* Implement RFC822.TEXTQuentin Dufour2022-06-306-31/+62