0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 04, 2024 — Jun 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
imapserver: Prevent spurious test failures due to compression layer being closed and TLS close-writes failing More... 3 months ago
when writing updated word counts to the junk filter, remove entries where both counts are 0 More... 3 months ago
In storage consistency checks, verify the junk filter has the expected word counts More... 3 months ago
add consistency check (enabled during tests only) for unexpected message files in the account message directory More... 3 months ago
imapserver: Prevent spurious unhandled panics for connections with compress=deflate that break More... 3 months ago
for trace logging, log size of the data (but not for redacted auth data, could be a password) More... 3 months ago
Implement IMAP REPLACE extension, RFC 8508. More... 3 months ago
imapclient: add a type Append for messages for the APPEND-command, and accept multiple for servers with MULTIAPPEND capability More... 3 months ago
imapserver: properly accept literal8 for APPEND, since we claim to implement the BINARY extension More... 3 months ago
imapserver: implement MULTIAPPEND extension, rfc 3502 More... 3 months ago
imapserver: try harder to get the user-agent (from the ID command) into the loginattempt More... 3 months ago
gofmt More... 3 months ago
website: mention tls-alpn-01 and http-01 acme challenge types are implemented, but not dns-01 yet More... 3 months ago
imapserver: implement rfc 9590, returning metadata in the extended list command More... 3 months ago
imap metadata extension: allow keys in the /shared/ namespace too More... 3 months ago
add more rfc's and shuffle roadmap once more More... 3 months ago
consistent simpler parsing of domains in cli commands More... 3 months ago
in dns.ParseDomain, don't allow ipv4 addresses (ipv6 addresses were already rejected) More... 3 months ago
do not log an error for tls requests with ipv6 addresses as sni server name More... 3 months ago
webmail: when trying to empty an already empty mailbox, make it a user error, not server error More... 3 months ago
update modseq when changing mailbox/server metadata, and also for specialuse changes, and keep track of modseq for mailboxes More... 3 months ago
fix tests on bsds, since previous commit More... 3 months ago
implement IMAP extension COMPRESS=DEFLATE, rfc 4978 More... 3 months ago
for trace-level logging in console format (as opposed to logfmt), print the trace as quoted string More... 3 months ago
announce support for namespace extension in imap capabilities line More... 4 months ago
pass "go vet" again, can't use unkeyed struct fields from other package More... 4 months ago
imapclient: parse fetch attribute "internaldate" as time.Time instead of keeping it as string More... 4 months ago
remove intention to implement \important special-use mailbox and $important message flag, rfc 8457 More... 4 months ago
implement the WITHIN IMAP extension, rfc 5032 More... 4 months ago
implement IMAP CREATE-SPECIAL-USE extension for the mailbox create command, part of rfc 6154 More... 4 months ago