fetchmail 说我没有邮件

fetchmail 说我没有邮件

在此处输入图片描述

以下是运行 fetchmail -v 的输出

我的 .fetchmailrc 看起来像这样

poll pop.gmail.com                   
with proto POP3                      
user 'username'        
there with password 'password'        
is 'name' here                              
mda "/usr/bin/procmail -d %T"        
options                                                             
keep                                 
fetchall
ssl                                  
sslcertck                            
sslcertpath /etc/ssl/certs

知道哪里出了问题吗?我确实有新邮件。

答案1

我似乎通过本指南理清了大部分事情https://help.ubuntu.com/community/MuttAndGmail

相关内容