我正在尝试配置offlineimap以下载我的 gmail,但出现错误:
OfflineIMAP 6.5.7
Licensed under the GNU GPL v2 or any later version (with an OpenSSL exception)
Account sync Gmail:
*** Processing account Gmail
Establishing connection to imap.gmail.com:993
ERROR: No CA certificates and no server fingerprints configured. You must configure at least something, otherwise having SSL helps nothing.
*** Finished account 'Gmail' in 0:00
ERROR: Exceptions occurred during the run!
ERROR: No CA certificates and no server fingerprints configured. You must configure at least something, otherwise having …Run Code Online (Sandbox Code Playgroud) 我用我的 gmail 帐户设置了 offlineimap 以通过 imap 在本地同步我的邮件。它工作得很好。
有没有办法只同步过去 30 天的邮件?
我已经研究了存档邮件,但对于 imap 邮箱,它不仅会在本地存档或删除邮件,还会在服务器上存档或删除邮件。
理想情况下,我想要的最终结果是只看到过去 30 天的 mutt 活动。
我可以使用 offlineimap 或 archivemail 或其他应用程序来存档或删除我拥有的 30 天之前的本地邮件吗?