mox/webaccount
Mechiel Lukkien 5f7831a7f0
move config-changing code from package mox-/ to admin/
needed for upcoming changes, where (now) package admin needs to import package
store. before, because package store imports mox- (for accessing the active
config), that would lead to a cyclic import. package mox- keeps its active
config, package admin has the higher-level config-changing functions.
2024-12-02 22:03:18 +01:00
..
account.go move config-changing code from package mox-/ to admin/ 2024-12-02 22:03:18 +01:00
account.html add ability to include custom css & js in web interface (webmail, webaccount, webadmin), and use css variables in webmail for easier customization 2024-11-29 10:17:07 +01:00
account.js web apps: add autocomplete attribute for usernames and passwords 2024-11-29 10:40:22 +01:00
account.ts web apps: add autocomplete attribute for usernames and passwords 2024-11-29 10:40:22 +01:00
account_test.go make tests pass with "go test -count n" with n > 1 2024-06-10 18:18:20 +02:00
api.json make most fields of junk filter configurable by account itself 2024-05-09 22:45:16 +02:00
api.ts make most fields of junk filter configurable by account itself 2024-05-09 22:45:16 +02:00
import.go make tests pass with "go test -count n" with n > 1 2024-06-10 18:18:20 +02:00