aboutsummaryrefslogtreecommitdiff
path: root/serve_imap.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* IMAP: Update error message for IMAPRunxi Yu2025-01-161-1/+1
|
* IMAP: Use TLSRunxi Yu2025-01-161-4/+23
|
* IMAP: Use clog.Debug instead of fmt.PrintfRunxi Yu2025-01-161-2/+2
|
* IMAP: Add CAPABILITY, and a stub for AUTHENTICATERunxi Yu2025-01-161-3/+38
|
* Remove imap_server_stateRunxi Yu2025-01-161-9/+0
|
* parse_{smtp,imap}_lineRunxi Yu2025-01-161-29/+11
|
* Minor fixesRunxi Yu2025-01-151-5/+5
|
* Parse basic IMAPRunxi Yu2025-01-151-2/+38
|
* Add an IMAP stubRunxi Yu2025-01-151-0/+79
|
* Actually I'll do it manually instead of using go-imapRunxi Yu2025-01-131-39/+0
|
* Reformat codeRunxi Yu2025-01-131-2/+1
|
* Listen to IMAPRunxi Yu2025-01-131-0/+40