0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 07, 2024 — Jun 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add package smtp as fuzzing target since its addition in previous commit More... 3 months ago
smtp: add data reader fuzzer + fix OOB read More... 3 months ago
imapserver: Disable compress=deflate extension More... 3 months ago
Don't allow mailboxes named "." or ".." and normalize names during imports too More... 3 months ago
Use consistent lower-case names when logging tls version and ciphersuite More... 3 months ago
webserver: don't raise a 500 server error for static file requests with overlong names More... 3 months ago
Fix fuzzing for imapserver More... 3 months ago
rename a few variables for code consistency More... 3 months ago
Run go test with the -fullpath flag More... 3 months ago
make code less indented More... 3 months ago
Improve expunged message/UID tracking in IMAP sessions, track synchronization history for mailboxes/annotations. More... 3 months ago
Add missing wlocks around message delivery to account, mostly for tests. More... 3 months ago
Fail tests if unhandled panics happened. More... 3 months ago
In imapserver with RENAME of Inbox, we didn't check for the metadata quota. More... 3 months ago
Clean up the loginattemptclear goroutine with store.Close() More... 3 months ago
Refactor how messages are added to mailboxes More... 3 months ago
switch from docker-compose to "docker compose" More... 3 months ago
simplify cleaning up temp files in gentestdata.go More... 3 months ago
Minor tweaks. More... 3 months ago
Cleanup message file when DeliverMailbox fails. More... 3 months ago
When retraining ham/spam messages, don't make existence of the messages optional. More... 3 months ago
various nits More... 3 months ago
Small tweak to LinkOrCopy, including defer for error handling More... 3 months ago
When delivering a message to a mailbox, remember last dir we delivered to More... 3 months ago
when delivering a message to a mailbox, lazily parse the parsed form of the message More... 3 months ago
consistently use store.CloseRemoveTempFile for closing and removing temp files More... 3 months ago
imapserver: Don't keep account write-locked during IMAP FETCH command More... 3 months ago
imapserver: REPLACE commands when in read-only mode should fail More... 3 months ago
imapserver: fix spurious test failure due to recently added account consistency check More... 3 months ago
imapclient: log traces of sensitive data with traceauth, and of bulk data with tracedata More... 3 months ago