ฉันพยายามที่จะติดตั้ง OfflineIMAP เพื่อซิงค์บัญชี Gmail ~/Mail/Gmail
ของฉันไป ฉันใช้พื้นฐานสวย~/.offlineimaprc
จากที่นี่ แต่ OfflineIMAP ไม่ได้เชื่อมต่อกับ Gmail เลย นี่คือข้อความดีบักที่ฉันได้รับ (โดยเรียกใช้ OfflineIMAP เป็นofflineimap -o -d imap
:
OfflineIMAP 6.3.4
Copyright 2002-2011 John Goerzen & contributors.
Licensed under the GNU GPL v2+ (v2 or any later version).
Debug mode: Forcing to singlethreaded.
Now debugging for imap: IMAP protocol debugging
Now debugging for : Other offlineimap related sync messages
Account sync Gmail:
***** Processing account Gmail
Copying folder structure from IMAP to Maildir
Establishing connection to imap.gmail.com:993.
DEBUG[imap]: 06:28.69 Account sync Gmail imaplib2 version 2.24
DEBUG[imap]: 06:28.69 Account sync Gmail imaplib2 debug level 5, buffer level 3
WARNING: Error occured attempting to sync account 'Gmail':
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/offlineimap/accounts.py", line 177, in syncrunner
self.sync()
File "/usr/lib/pymodules/python2.7/offlineimap/accounts.py", line 235, in sync
remoterepos.syncfoldersto(localrepos, [statusrepos])
File "/usr/lib/pymodules/python2.7/offlineimap/repository/Base.py", line 124, in syncfoldersto
srcfolders = src.getfolders()
File "/usr/lib/pymodules/python2.7/offlineimap/repository/IMAP.py", line 276, in getfolders
imapobj = self.imapserver.acquireconnection()
File "/usr/lib/pymodules/python2.7/offlineimap/imapserver.py", line 323, in acquireconnection
elif isinstance(e, socket.error) and e.args[0] == errno.ECONNREFUSED:
NameError: global name 'errno' is not defined
***** Finished processing account Gmail
ในตอนแรกฉันคิดว่าอาจเป็นเพราะ ISP ของฉันปิดกั้นimap.gmail.com/imap.googlemail.com
แต่ฉันสามารถเชื่อมต่อได้โดยใช้telnet imap.googlemail.com 993
:
telnet imap.googlemail.com 993
Trying 173.194.79.16...
Connected to googlemail-imap.l.google.com.
Escape character is '^]'.
ความคิดใด ๆ
แก้ไข 1:จากคำตอบเกี่ยวกับเรื่องนี้SuperUserผมพยายามเชื่อมต่อกับimap.googlemail.com
ผ่าน SSL openssl s_client -connect imap.googlemail.com:993
ใช้ สิ่งนี้ทำให้ฉัน:
CONNECTED(00000003)
3078125768:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:s23_lib.c:177:
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 0 bytes and written 226 bytes
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
---
ดูเหมือนว่าปัญหาใบรับรองหายไปใน OpenSSL อาจเกิดขึ้นกับ OfflineIMAP ด้วยหรือไม่
แก้ไข 2:ฉันลองใช้คำสั่ง OpenSSL เดียวกันบนเซิร์ฟเวอร์อื่น (ในเครือข่ายเดียวกัน) ที่เรียกใช้ Mandriva Linux รีลีส 2009.1 และเห็นได้ชัดว่าการเชื่อมต่อใช้งานได้ ( debug output ) ฉันใช้ Ubuntu 12.04 กับ OpenSSL / LibSSL 1.0.1-4ubuntu5.5 สิ่งนี้อาจเกี่ยวข้องกับ distro หรือไม่