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