2014-10-04 4 views
-2

Gmail 계정 폴더 내의 이메일을 검색하려면 fetchmail이 필요합니다. 하지만 나는 메일을 가져 오는 데 에로스를 얻고있다.IMAP gmail에서 Fetchmail 오류가 발생했습니다.

Fetchmail의 파일 :

poll 'imap.gmail.com' 
with protocol IMAP service 993 
user "[email protected]" 
password 'Pass' 
folder '*' 
fetchmail -c 
keep 
ssl 

Fetchmail의 오류 : 정확히 뭐가 문제

5 messages (5 seen) for [email protected] at imap.gmail.com (folder *). 
fetchmail: mailbox selection failed 
fetchmail: client/server synchronization error while fetching from [email protected]@imap.gmail.com 
fetchmail: Query status=7 (ERROR) 

?

+1

fetchmail 파일에서 디버깅을 사용합니다. 스택 오버플로는 프로그래밍 사이트입니다. 프로그래밍과 관련이없는 질문을 여기에 게시하지 마십시오. – arnt

답변

1

이 사람은 나를 위해 작동 : Gmail의 사서함에 '*'라고 아무 폴더가

poll imap.gmail.com 
    with nodns, 
    with protocol IMAP 
    user "[email protected]" there is "[email protected]" here, 
    with password foo, 
    keep, 
    with ssl, sslcertck; 
+0

이것은 실제로 나를 위해 일했습니다. 고마워요 @ddlerd – kevthanewversi

1

없습니다. folder '*'에서 folder '[Gmail]/Starred'으로 변경하면 원하는 작업을 수행 할 수 있습니다.

자세한 내용은 Gmail folders in your mail client을 참조하십시오.