mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 05:54:38 +03:00
implement exporting of all mailboxes/messages as zip/tgz of mbox/maildir
This commit is contained in:
6
doc.go
6
doc.go
@ -263,7 +263,8 @@ Export one or all mailboxes from an account in maildir format.
|
||||
|
||||
Export bypasses a running mox instance. It opens the account mailbox/message
|
||||
database file directly. This may block if a running mox instance also has the
|
||||
database open, e.g. for IMAP connections.
|
||||
database open, e.g. for IMAP connections. To export from a running instance, use
|
||||
the accounts web page.
|
||||
|
||||
usage: mox export maildir dst-path account-path [mailbox]
|
||||
|
||||
@ -275,7 +276,8 @@ Using mbox is not recommended. Maildir is a better format.
|
||||
|
||||
Export bypasses a running mox instance. It opens the account mailbox/message
|
||||
database file directly. This may block if a running mox instance also has the
|
||||
database open, e.g. for IMAP connections.
|
||||
database open, e.g. for IMAP connections. To export from a running instance, use
|
||||
the accounts web page.
|
||||
|
||||
For mbox export, we use "mboxrd" where message lines starting with the magic
|
||||
"From " string are escaped by prepending a >. We escape all ">*From ",
|
||||
|
Reference in New Issue
Block a user