0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Jun 07, 2024 — Jun 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add rfc 4155 about mbox files, and cross-reference in the import/export code for mbox files More... 3 months ago
check whether mailboxes have message/etc counts through an "upgrade" boolean flag More... 3 months ago
After queueing a message in the web api's, prevent context cancelation from completing message changes More... 3 months ago
sync to latest autocert More... 3 months ago
update to latest github.com/mjl-/adns, synced to go1.24.1 More... 3 months ago
webmail: when composing, no longer remove the last remaining To address with the ctrl+backspace shortcut More... 3 months ago
Check for queued messages when removing an address, and more completely cleanup accounts when removing. More... 3 months ago
Before moving message files in imapserver and webmail API, ensure the message destination directory for the newly assigned IDs exist. More... 3 months ago
Minor cleanup: use the ModSeq from the Mailbox in a ChangeMailboxAdd, no need to add the ModSeq again More... 3 months ago
imapserver: When trying to replace a message in a non-existent mailbox, do still consume the message if it is a non-synchronized literal More... 3 months ago
When logging structs, do log fields of type time.Time (timestamps) More... 3 months ago
webmail: Don't abort SSE connection when a metadata/annotation change is made (broadcasted) More... 3 months ago
imapserver: Fix broadcasting change when modifying metadata key More... 3 months ago
When removing an account, wait for the last account reference has gone away before removing the files. More... 3 months ago
In tests, make initializing store/, its switchboard and an account more consistent. More... 3 months ago
Fix bug gathering "changes" to broadcast during a mailbox rename in certain situations More... 3 months ago
We won't be implementing IMAP UNAUTHENTICATE. More... 3 months ago
Make error message in imapserver tests about missing untagged responses more readable. More... 3 months ago
imapserver: Make list of announced capabilities more readable. More... 3 months ago
Cleanup temporary files created during IMAP APPEND command. More... 3 months ago
Prevent spurious warnings about thread ids not being correct for messages that are expunged but not yet erased. More... 3 months ago
Fix recently introduced bug when authentication with password. More... 3 months ago
webmail: When completing a recipient address, quote the "name" if necessary for proper interpretation. More... 3 months ago
Allow multiple localpart catch all separators, e.g. both "+" and "-", for addresses [email protected] and [email protected] More... 3 months ago
smtpserver: In localserve mode, don't reject messages "From" domain "localhost" if it doesn't resolve to an IP More... 3 months ago
When adding a new domain, only set up RSA DKIM keys, not ed25519. More... 3 months ago
Fix previous commit, add missing error check and minor test refactor. More... 3 months ago
When opening an account, check for unexpected message files in the file system, and adjust the next message ID autoincrement sequence in the database to prevent future message delivery failures. More... 3 months ago
Mention NLnet funding continued in 2024/2025. More... 3 months ago
Run modernize to rewrite some older go constructs to newer ones More... 3 months ago