mirror of
https://github.com/imapsync/imapsync.git
synced 2025-07-25 19:48:14 +02:00
1.209
This commit is contained in:
parent
a67f44996e
commit
602c0768ee
8 changed files with 125 additions and 49 deletions
18
FAQ
18
FAQ
|
@ -104,6 +104,20 @@ which is "|". Example:
|
|||
|
||||
imapsync ... --skipheader '^X-|^Status|^Bcc'
|
||||
|
||||
======================================================================
|
||||
Q. I want to exclude a folder hierarchy like "public"
|
||||
|
||||
R. Use
|
||||
|
||||
--exclude '^public\.'
|
||||
or maybe
|
||||
--exclude '^"public\.'
|
||||
|
||||
In the example given the character "." is the folder separator,
|
||||
you can ommit it. Just take the string as it appears on the
|
||||
imapsync output line :
|
||||
|
||||
From folders list : [INBOX] [public.dreams] [etc.]
|
||||
|
||||
======================================================================
|
||||
Q. I want the --folder 'MyFolder' option be recurse.
|
||||
|
@ -113,6 +127,10 @@ R. Do not use the --folder option.
|
|||
Then the folder "MyFolder" and all its subfolders will be handled
|
||||
and only them.
|
||||
|
||||
R. Use
|
||||
|
||||
--folderrec 'MyFolder'
|
||||
|
||||
======================================================================
|
||||
Q. How to migrate from cyrus with an admin account ?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue