mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 00:41:42 +00:00
22 lines
418 B
Plaintext
22 lines
418 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# offlineimap
|
|
|
|
> Synchronize a remote IMAP server with local Maildir folders.
|
|
> More information: <http://www.offlineimap.org>.
|
|
|
|
- Synchronize once, without enabling autorefresh:
|
|
|
|
`offlineimap -o`
|
|
|
|
- Synchronize a specific account:
|
|
|
|
`offlineimap -a {{account}}`
|
|
|
|
- Synchronize a specific folder:
|
|
|
|
`offlineimap -f {{folder}}`
|