mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-04 11:47:16 +02:00
1.404
This commit is contained in:
parent
d88bf4b46a
commit
02322d6ed1
73 changed files with 19532 additions and 23747 deletions
20
FAQ
20
FAQ
|
@ -1,5 +1,5 @@
|
|||
#!/bin/cat
|
||||
# $Id: FAQ,v 1.82 2011/01/15 06:32:12 gilles Exp gilles $
|
||||
# $Id: FAQ,v 1.83 2011/01/28 05:14:12 gilles Exp gilles $
|
||||
|
||||
+------------------+
|
||||
| FAQ for imapsync |
|
||||
|
@ -447,6 +447,24 @@ R. try to transfer the mails without SSL connection. SSL code outside
|
|||
|
||||
(Written by Stefan Schmidt)
|
||||
|
||||
======================================================================
|
||||
Q. What are --subscribe and --subscribed for, and how can they be used?
|
||||
|
||||
R. In the IMAP protocol each user can subscribe to one or more folders.
|
||||
Then he can configure its email software to just see his subscribed
|
||||
folders list. That's an IMAP feature.
|
||||
|
||||
Knowing that, the imapsync help says:
|
||||
|
||||
imapsync --help
|
||||
...
|
||||
--subscribed : transfers subscribed folders.
|
||||
--subscribe : subscribe to the folders transferred on the
|
||||
host2 that are subscribed on host1.
|
||||
--subscribe_all : subscribe to the folders transferred on the
|
||||
host2 even if they are not subscribed on host1.
|
||||
|
||||
|
||||
======================================================================
|
||||
Q. I want to exclude a folder hierarchy like "public"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue