meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:email:sync [2020/12/08 09:41] – created niziak | linux:email:sync [2020/12/08 15:54] (current) – niziak | ||
|---|---|---|---|
| Line 17: | Line 17: | ||
| * **vdirsyncer** - Vdirsyncer synchronizes your calendars and addressbooks between two storages. | * **vdirsyncer** - Vdirsyncer synchronizes your calendars and addressbooks between two storages. | ||
| + | ===== 3rd party ===== | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| * onyl between IMAP accounts. But it is possible to use one destination account to archive other accounts inside subfolders (see [[https:// | * onyl between IMAP accounts. But it is possible to use one destination account to archive other accounts inside subfolders (see [[https:// | ||
| - | | + | |
| + | |||
| + | ===== imapsync ===== | ||
| + | |||
| + | <file bash copy_emails.sh> | ||
| + | #!/bin/bash -eux | ||
| + | USER=" | ||
| + | LOGIN=" | ||
| + | PASS=" | ||
| + | IMAP=" | ||
| + | |||
| + | SUBFOLDER=${USER/ | ||
| + | |||
| + | SUBFOLDER=" | ||
| + | |||
| + | ARGS=" | ||
| + | ARGS=" | ||
| + | |||
| + | # | ||
| + | |||
| + | |||
| + | eval docker run gilleslamiral/ | ||
| + | |||
| + | </ | ||
| + | |||
| + | [[http:// | ||