aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move back to mainline mail-parserAlex Auvolat2022-07-205-68/+85
| | | | | - this removes the bug introduced in 0fe5fe071 - but adds some bugs where the body structure is not returned properly
* Start testing of mail parsing cratesAlex Auvolat2022-07-208-183/+230
|
* Implement Fetch BODY[HEADERS.FIELDS] and BODY[HEADER.FIELDS.NOT]Alex Auvolat2022-07-151-2/+35
|
* better name and cleanupAlex Auvolat2022-07-152-10/+10
|
* Some more FETCH things workAlex Auvolat2022-07-158-61/+435
|
* begin impl fetch body[xxxx]Alex Auvolat2022-07-131-8/+46
|
* 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-135-31/+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-124-37/+169
|
* 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
|
* Fix typo + add Citadel to the listQuentin Dufour2022-07-081-1/+4
|
* List other possible implementationsQuentin Dufour2022-07-081-0/+10
|
* Add a docker-compose spawning Dovecot+Cyrus+MaddyQuentin Dufour2022-07-0849-109/+206
|
* Use CRLF as line ending in test filesQuentin Dufour2022-07-0823-728/+744
|
* Add Cyrus + Identify Dovecot traces in filenameQuentin Dufour2022-07-07315-1/+199
|
* Correctly count lines + bytesQuentin Dufour2022-07-073-8/+14
|
* Add Maddy FETCH BODY and BODYSTRUCTUREQuentin Dufour2022-07-07154-29/+227
|
* Distribute Aerogramme under EUPL licenseAlex Auvolat2022-07-071-0/+287
|
* Fix envelope + rfc822 message size+line numberQuentin Dufour2022-07-066-36/+134
|
* Add support for mime in mimeQuentin Dufour2022-07-055-17/+48
|
* 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
|
* Fix test IMAP parsingQuentin Dufour2022-07-056-18/+22
|
* Add our own test emails + parse resultQuentin Dufour2022-07-05164-0/+302
|
* Implement Content-DescriptionQuentin Dufour2022-07-051-8/+16
|
* Add some test emails from mail-parserQuentin Dufour2022-07-0596-0/+5388
|
* Populate attribute listQuentin Dufour2022-07-041-120/+101
|
* update k2v-clientAlex Auvolat2022-07-041-1/+1
|
* Handling of incoming messages from LMTP seems to work!Alex Auvolat2022-07-042-39/+86
|