more manual IMAP
This commit is contained in:
parent
9247830302
commit
fd523b3443
1 changed files with 3 additions and 0 deletions
3
how_to
3
how_to
|
@ -1152,6 +1152,9 @@ Manual IMAP connection:
|
||||||
A2 list "" "*"
|
A2 list "" "*"
|
||||||
# list everything under a particular prefix
|
# list everything under a particular prefix
|
||||||
A3 list "INBOX" "*"
|
A3 list "INBOX" "*"
|
||||||
|
# Or:
|
||||||
|
# (will print current UIDVALIDITY (useful for fixing mbsync))
|
||||||
|
A4 select inbox
|
||||||
A99 logout
|
A99 logout
|
||||||
|
|
||||||
gdb tricks:
|
gdb tricks:
|
||||||
|
|
Loading…
Reference in a new issue