1
1
Fork 0
mirror of https://github.com/mjl-/mox.git synced 2025-04-21 13:39:45 +03:00
mox/store
2025-04-18 09:05:09 +02:00
..
account.go when reparsing all messages, actually store the new mime structure in the database 2025-04-18 09:05:09 +02:00
account_test.go Before moving message files in imapserver and webmail API, ensure the message destination directory for the newly assigned IDs exist. 2025-03-21 10:18:39 +01:00
cleanuptemp.go replace packages slog and slices from golang.org/x/exp with stdlib 2024-02-08 14:49:01 +01:00
export.go webmail: add buttons to download a message as eml, and export 1 or more messages as mbox/maildir in zip/tgz/tar, like for entire mailboxes 2025-03-29 18:10:23 +01:00
export_test.go webmail: add buttons to download a message as eml, and export 1 or more messages as mbox/maildir in zip/tgz/tar, like for entire mailboxes 2025-03-29 18:10:23 +01:00
import.go update to go1.23 and replace golang.org/x/exp/maps with stdlib maps 2025-03-28 17:01:06 +01:00
import_test.go switch to slog.Logger for logging, for easier reuse of packages by external software 2023-12-14 13:45:52 +01:00
init.go When removing an account, wait for the last account reference has gone away before removing the files. 2025-03-15 14:20:35 +01:00
lastknown.go move config-changing code from package mox-/ to admin/ 2024-12-02 22:03:18 +01:00
loginattempt.go When removing an account, wait for the last account reference has gone away before removing the files. 2025-03-15 14:20:35 +01:00
loginattempt_test.go When removing an account, wait for the last account reference has gone away before removing the files. 2025-03-15 14:20:35 +01:00
main_test.go Fail tests if unhandled panics happened. 2025-03-06 11:35:43 +01:00
msgreader.go various nits 2025-03-06 11:35:43 +01:00
msgreader_test.go make mox compile on windows, without "mox serve" but with working "mox localserve" 2023-10-14 10:54:07 +02:00
reparse.go when reparsing all messages, actually store the new mime structure in the database 2025-04-18 09:05:09 +02:00
reparse_test.go automatically reparse all messages, in the background, after addition of header fields in the parsed mime form of messages in the message index database 2025-04-16 20:06:58 +02:00
search.go fix warnings by ineffassign, with a one actual issue 2025-03-24 10:25:33 +01:00
session.go add config options to disable a domain and to disable logins for an account 2025-01-25 20:39:20 +01:00
state.go imapserver: implement NOTIFY extension from RFC 5465 2025-04-11 10:06:34 +02:00
threads.go rename variables, struct fields and functions to include an "x" when they can panic for handling errors 2025-03-24 16:12:22 +01:00
threads_test.go In tests, make initializing store/, its switchboard and an account more consistent. 2025-03-15 11:15:23 +01:00
tlspubkey.go When removing an account, wait for the last account reference has gone away before removing the files. 2025-03-15 14:20:35 +01:00
tmp.go switch to slog.Logger for logging, for easier reuse of packages by external software 2023-12-14 13:45:52 +01:00
train.go Improve expunged message/UID tracking in IMAP sessions, track synchronization history for mailboxes/annotations. 2025-03-06 11:35:44 +01:00
validation.go mox! 2023-01-30 14:27:06 +01:00