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