aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Implement beginning of a FETCH commandAlex Auvolat2022-06-294-31/+306
|
* Implement IDLE in selected stateAlex Auvolat2022-06-294-17/+106
|
* Cleanup and remove useless importsAlex Auvolat2022-06-298-30/+7
|
* Add call to testing procedureAlex Auvolat2022-06-292-0/+8
|
* Rename MailIdent to UniqueIdent and use those to identify mailboxesAlex Auvolat2022-06-297-74/+76
|
* Some refactoring on mailbox structures and viewsAlex Auvolat2022-06-2913-128/+282
|
* work on prototypesAlex Auvolat2022-06-298-27/+50
|
* RefactoringAlex Auvolat2022-06-297-166/+213
|
* Clean up unused importsAlex Auvolat2022-06-2910-33/+33
|
* Refactor to allow mutabilityAlex Auvolat2022-06-298-118/+156
|
* Try my best to close the connectionquentinQuentin Dufour2022-06-281-1/+5
|
* Implement logoutQuentin Dufour2022-06-283-5/+22
|
* cargo fmt + implement noopQuentin Dufour2022-06-286-56/+70
|
* Switching to upstream boitalettresQuentin Dufour2022-06-285-100/+38
|
* Refactor files in a "mail" crateQuentin Dufour2022-06-278-10/+11
|
* Add support for flagsQuentin Dufour2022-06-273-3/+41
|
* Implement Recent in SelectQuentin Dufour2022-06-243-33/+62
|
* Return UID validityQuentin Dufour2022-06-233-12/+35
|
* cargo fmtQuentin Dufour2022-06-227-113/+174
|
* Refactor selectedQuentin Dufour2022-06-224-29/+27
|
* Authenticated state worksQuentin Dufour2022-06-222-25/+24
|
* It compiles again!Quentin Dufour2022-06-227-76/+95
|
* Update smtp-server with new LMTP server APIupdate-smtp-serverAlex Auvolat2022-06-211-14/+2
|
* WIP refactorQuentin Dufour2022-06-209-203/+181
|
* WIP Refactor, code is brokenQuentin Dufour2022-06-1712-207/+379
|
* Use unrestricted IMAP ResponseQuentin Dufour2022-06-172-23/+70
|
* Handle CTRL+C for IMAPQuentin Dufour2022-06-172-16/+21
|
* Remove mailstore that is deprecatedQuentin Dufour2022-06-153-37/+0
|
* FixQuentin Dufour2022-06-153-0/+0
|
* Add LMTP supportQuentin Dufour2022-06-1518-205/+709
|\
| * Implement ToString and FromStr for bayou timestampAlex Auvolat2022-06-012-16/+24
| |
| * Implement FromStr for MailUuidAlex Auvolat2022-06-011-9/+18
| |
| * Implementn basic LMTP serverAlex Auvolat2022-05-315-12/+339
| |
| * UUID generator; import kannader smtp serverAlex Auvolat2022-05-315-38/+89
| |
| * Implement public_loginAlex Auvolat2022-05-314-74/+194
| |
* | Add testsQuentin Dufour2022-06-151-9/+104
| |
* | Add a flag cacheQuentin Dufour2022-06-142-74/+104
| |
* | Rename MailUuid in MailIdentQuentin Dufour2022-06-142-42/+51
| |
* | Alias Flag to StringQuentin Dufour2022-06-141-9/+18
| |
* | cargo fmt + WIP uid index improvementQuentin Dufour2022-06-146-67/+125
| |
* | Handle selectQuentin Dufour2022-06-134-38/+90
| |
* | Improve SELECTQuentin Dufour2022-06-133-3/+16
| |
* | Add responseQuentin Dufour2022-06-131-6/+13
| |
* | It compilesQuentin Dufour2022-06-134-55/+112
| |
* | Compiling with a MPSC channelQuentin Dufour2022-06-092-36/+51
| |
* | Start implementing other endpointsQuentin Dufour2022-06-073-7/+21
| |
* | Add some more commandsQuentin Dufour2022-06-072-11/+35
| |
* | Implement a MutexQuentin Dufour2022-06-072-6/+20
| |
* | RefactorQuentin Dufour2022-06-074-38/+30
| |
* | Comment test code againQuentin Dufour2022-06-031-2/+2
| |