aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* introduce an "orphan" enumQuentin Dufour2023-11-175-21/+66
|
* not very clear how we pass data across channelQuentin Dufour2023-11-165-78/+89
|
* WIP refactor storage (new timestamp.rs file)Quentin Dufour2023-11-1511-100/+101
|
* converted incoming mailQuentin Dufour2023-11-022-88/+32
|
* add rust analyzer to the shellQuentin Dufour2023-11-022-13/+7
|
* WIP rewrite mail/incomingQuentin Dufour2023-11-026-70/+58
|
* make all our objects send+syncQuentin Dufour2023-11-025-26/+28
|
* implement equality+cmp for builders based on urlQuentin Dufour2023-11-025-31/+44
|
* gradually implement our interfaceQuentin Dufour2023-11-025-25/+65
|
* start replacing engineQuentin Dufour2023-11-024-6/+6
|
* example usage of boxed futuresQuentin Dufour2023-11-021-1/+4
|
* try dynamic dispatchQuentin Dufour2023-11-025-25/+44
|
* sadly switch to dynamic dispatchQuentin Dufour2023-11-023-56/+24
|
* we are doomed with static typesQuentin Dufour2023-11-023-7/+6
|
* mask implementation to the rest of the codeQuentin Dufour2023-11-013-20/+24
|
* implement an AnyCredentialsQuentin Dufour2023-11-015-29/+30
|
* integration to login with an enumQuentin Dufour2023-11-012-5/+25
|
* v2 api storageQuentin Dufour2023-11-014-48/+178
|
* rework interfaceQuentin Dufour2023-11-011-8/+6
|
* a first naive version of the storage interfaceQuentin Dufour2023-11-014-17/+72
|
* WIP traits for the storageQuentin Dufour2023-10-302-0/+33
|
* basic body ext testing + formatQuentin Dufour2023-10-126-162/+379
|
* finally code that buildbodyextQuentin Dufour2023-10-101-121/+109
|
* WIP refactor, support LSPQuentin Dufour2023-10-091-216/+250
|
* WIPQuentin Dufour2023-09-281-26/+123
|
* add back header fieldsQuentin Dufour2023-09-211-9/+15
|
* partial re-implementation of body extQuentin Dufour2023-08-161-100/+108
| | | | header fields is still missing
* finalize for release 0.1.0Quentin Dufour2023-07-251-13/+24
|
* finalize eml-codec integrationQuentin Dufour2023-07-253-66/+68
|
* replacing mail_parser by eml_codec, first iterationQuentin Dufour2023-07-254-247/+145
|
* clippy lint fixQuentin Dufour2023-05-1515-131/+149
|
* use the raw_message() callbump_mail_parserQuentin Dufour2023-03-091-11/+10
|
* debugQuentin Dufour2023-02-071-3/+4
|
* bump mail_parserQuentin Dufour2023-02-072-112/+62
|
* Fix open_mailboxAlex Auvolat2022-07-213-16/+20
|
* Implement COPYAlex Auvolat2022-07-213-25/+73
|
* Move to mail_parser 0.5Alex Auvolat2022-07-202-229/+191
|
* Remove broken testsAlex Auvolat2022-07-201-2/+6
|
* Move back to mainline mail-parserAlex Auvolat2022-07-202-62/+79
| | | | | - 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-201-181/+0
|
* 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-155-61/+370
|
* 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-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
|