mox/store
Mechiel Lukkien 08eb1a5472
in store/, change functions from calling panic to returning errors
this is a library package, errors should be explicit. callers had to be careful
when calling these "X" functions. now it's explicit.
2023-04-20 14:16:56 +02:00
..
account.go in store/, change functions from calling panic to returning errors 2023-04-20 14:16:56 +02:00
account_test.go in store/, change functions from calling panic to returning errors 2023-04-20 14:16:56 +02:00
export.go in store/, change functions from calling panic to returning errors 2023-04-20 14:16:56 +02:00
export_test.go only check the autotls hostnames once when serving 2023-03-05 23:56:02 +01:00
import.go consistently use log.Check for logging errors that "should not happen", don't influence application flow 2023-02-16 13:22:00 +01:00
import_test.go add funtionality to import zip/tgz with maildirs/mboxes to account page 2023-02-16 09:57:27 +01:00
msgreader.go mox! 2023-01-30 14:27:06 +01:00
msgreader_test.go mox! 2023-01-30 14:27:06 +01:00
state.go mox! 2023-01-30 14:27:06 +01:00
tmp.go consistently use log.Check for logging errors that "should not happen", don't influence application flow 2023-02-16 13:22:00 +01:00
train.go fix nil pointer deref when importing a message that the junkfilter could not parse (e.g. malformed header) 2023-02-26 22:21:13 +01:00
validation.go mox! 2023-01-30 14:27:06 +01:00