mirror of
https://github.com/mjl-/mox.git
synced 2025-07-14 22:54:37 +03:00
add funtionality to import zip/tgz with maildirs/mboxes to account page
so users can easily take their email out of somewhere else, and import it into mox. this goes a little way to give feedback as the import progresses: upload progress is shown (surprisingly, browsers aren't doing this...), imported mailboxes/messages are counted (batched) and import issues/warnings are displayed, all sent over an SSE connection. an import token is stored in sessionstorage. if you reload the page (e.g. after a connection error), the browser will reconnect to the running import and show its progress again. and you can just abort the import before it is finished and committed, and nothing will have changed. this also imports flags/keywords from mbox files.
This commit is contained in:
15
README.md
15
README.md
@ -140,12 +140,13 @@ documentation.
|
||||
|
||||
## How do I import/export email?
|
||||
|
||||
Use the "mox import maildir" or "mox import mbox" subcommands. You could also
|
||||
use your IMAP email client, add your mox account, and copy or move messages
|
||||
from one account to the other.
|
||||
Use the import functionality on the accounts web page to import a zip/tgz with
|
||||
maildirs/mbox files, or use the "mox import maildir" or "mox import mbox"
|
||||
subcommands. You could also use your IMAP email client, add your mox account,
|
||||
and copy or move messages from one account to the other.
|
||||
|
||||
Similarly, see the "mox export maildir" and "mox export mbox" subcommands to
|
||||
export email.
|
||||
Similarly, see the export functionality on the accounts web page and the "mox
|
||||
export maildir" and "mox export mbox" subcommands to export email.
|
||||
|
||||
## How can I help?
|
||||
|
||||
@ -168,8 +169,8 @@ work.
|
||||
## How do I change my password?
|
||||
|
||||
Regular users (doing IMAP/SMTP with authentication) can change their password
|
||||
at the account page, e.g. http://127.0.0.1/account/. Or you can set a password
|
||||
with "mox setaccountpassword".
|
||||
at the account page, e.g. http://127.0.0.1/. Or you can set a password with "mox
|
||||
setaccountpassword".
|
||||
|
||||
The admin password can be changed with "mox setadminpassword".
|
||||
|
||||
|
Reference in New Issue
Block a user