mirror of
https://github.com/mjl-/mox.git
synced 2025-04-21 13:39:45 +03:00
add v0.0.15 to website and rotate apidiff
build-test.yml #64 -Commit
ee99e82cf4
pushed by
serv
accept incoming DMARC and TLS reports with reporting addresses containing catchall separator(s)
build-test.yml #62 -Commit
794ef75d17
pushed by
serv
fix flaky test where closing the imapclient connection fails because the server has also closed the tls connection
build-test.yml #61 -Commit
53f391ad18
pushed by
serv
queue: before removing files from the queue, close them, so removing doesn't fail on windows
build-test.yml #60 -Commit
75bb1bfa2f
pushed by
serv
use smaller batch size when reparsing all messages, to stay response when making changes on slower machines
build-test.yml #59 -Commit
5f9f45983d
pushed by
serv
imapserver: implement UIDONLY extension, RFC 9586
build-test.yml #57 -Commit
507ca73b96
pushed by
serv
queue: in log lines about delivery, we had both "attempts" starting at 0 and "attempt" starting at 1, keep only "attempts" starting at 1
build-test.yml #56 -Commit
902de0e1f9
pushed by
serv
imapserver: return all the extensible fields for bodystructure, notably for content-disposition
build-test.yml #55 -Commit
2defbce0bc
pushed by
serv
write base64 message parts with 76 data bytes on a line instead of 78
build-test.yml #54 -Commit
69d2699961
pushed by
serv
start more function names/calls with x when they handle errors through panics
build-test.yml #53 -Commit
00c8db98e6
pushed by
serv
imapserver: implement the MULTISEARCH extension, with its ESEARCH command
build-test.yml #52 -Commit
479bf29124
pushed by
serv
imapserver: implement "inprogress" response code (RFC 9585) for keepalive during long search
build-test.yml #51 -Commit
cc5e3165ea
pushed by
serv
for the web interfaces, ensure the effective configured http paths end in a slash to prevent 404's and/or errors accessing the web interfaces
build-test.yml #50 -Commit
3e128d744e
pushed by
serv
don't use strings.Lines, it's only available in go1.24 and we support go1.23 too
build-test.yml #49 -Commit
d6e55b5f36
pushed by
serv
rename variables, struct fields and functions to include an "x" when they can panic for handling errors
build-test.yml #48 -Commit
7a87522be0
pushed by
serv
check whether mailboxes have message/etc counts through an "upgrade" boolean flag
build-test.yml #47 -Commit
a68a9d8a48
pushed by
serv
webmail: when composing, no longer remove the last remaining To address with the ctrl+backspace shortcut
build-test.yml #45 -Commit
70aedddc90
pushed by
serv
Minor cleanup: use the ModSeq from the Mailbox in a ChangeMailboxAdd, no need to add the ModSeq again
build-test.yml #44 -Commit
99f9eb438f
pushed by
serv
webmail: Don't abort SSE connection when a metadata/annotation change is made (broadcasted)
build-test.yml #43 -Commit
719dc2bee1
pushed by
serv
When removing an account, wait for the last account reference has gone away before removing the files.
build-test.yml #42 -Commit
ac4b006ecd
pushed by
serv
We won't be implementing IMAP UNAUTHENTICATE.
build-test.yml #41 -Commit
0cf0bfb8a6
pushed by
serv
Cleanup temporary files created during IMAP APPEND command.
build-test.yml #40 -Commit
a553a107f0
pushed by
serv
Prevent spurious warnings about thread ids not being correct for messages that are expunged but not yet erased.
build-test.yml #39 -Commit
0857e81a6c
pushed by
serv
Fix recently introduced bug when authentication with password.
build-test.yml #38 -Commit
2314397078
pushed by
serv
webmail: When completing a recipient address, quote the "name" if necessary for proper interpretation.
build-test.yml #37 -Commit
1c58d38280
pushed by
serv
Run modernize to rewrite some older go constructs to newer ones
build-test.yml #36 -Commit
64f2f788b1
pushed by
serv
Add package smtp as fuzzing target since its addition in previous commit
build-test.yml #35 -Commit
caaace403a
pushed by
serv