This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
public:it:email [2021/08/23 01:25] – [Offline IMAP] phil | public:it:email [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | * [[public: | ||
- | * [[public: | ||
- | * [[public: | ||
- | |||
- | ===== IMAP Sync ===== | ||
- | |||
- | * [[ https:// | ||
- | * [[ https:// | ||
- | * [[ https:// | ||
- | | ||
- | |||
- | === Dependencies === | ||
- | < | ||
- | sudo apt-get install \ | ||
- | libencode-imaputf7-perl \ | ||
- | libfile-copy-recursive-perl \ | ||
- | libio-socket-inet6-perl \ | ||
- | libio-tee-perl \ | ||
- | libmail-imapclient-perl \ | ||
- | libunicode-string-perl \ | ||
- | libsys-meminfo-perl \ | ||
- | libregexp-common-perl \ | ||
- | libfile-tail-perl | ||
- | </ | ||
- | |||
- | |||
- | ===== Offline IMAP ===== | ||
- | |||
- | * [[ http:// | ||
- | * [[ https:// | ||
- | * [[ https:// | ||
- | |||
- | ==== Install ==== | ||
- | === apt === | ||
- | < | ||
- | apt-get install offlineimap | ||
- | </ | ||
- | |||