作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我目前正在尝试使用 gmvault 备份我的 Gmail。我之前已经成功使用过这个工具。我正在运行 OSX Mavericks 和最新版本的 gmvault (1.8.1-beta)
在我尝试同步失败后,我收到了以下消息:
Start emails synchronization.
2000 emails to be fetched.
IMAP (abort) error message = command: FETCH => Gmvault ssl socket error: EOF. Connection lost, reconnect.. traceback:Traceback (most recent call last):
File "gmv/imap_utils.pyc", line 117, in wrapper
File "gmv/imap_utils.pyc", line 504, in fetch
File "imapclient/imapclient.pyc", line 682, in fetch
File "imaplib.pyc", line 899, in _command_complete
abort: command: FETCH => Gmvault ssl socket error: EOF. Connection lost, reconnect.
Received an IMAP abort error. Wait 1 seconds and retrying.
Disconnecting from Gmail Server and sleeping ...
logout failed: "<class 'imaplib.abort'>: command: LOGOUT => Gmvault ssl socket error: EOF. Connection lost, reconnect."
Traceback (most recent call last):
File "gmv/imap_utils.pyc", line 315, in disconnect
File "imapclient/imapclient.pyc", line 136, in logout
File "imapclient/imapclient.pyc", line 775, in _check_resp
error: logout failed: "<class 'imaplib.abort'>: command: LOGOUT => Gmvault ssl socket error: EOF. Connection lost, reconnect."
Reconnecting to the from Gmail Server.
After Enabling compression.
IMAP (abort) error message = command: FETCH => Gmvault ssl socket error: EOF. Connection lost, reconnect.. traceback:Traceback (most recent call last):
File "gmv/imap_utils.pyc", line 117, in wrapper
File "gmv/imap_utils.pyc", line 504, in fetch
File "imapclient/imapclient.pyc", line 682, in fetch
File "imaplib.pyc", line 899, in _command_complete
abort: command: FETCH => Gmvault ssl socket error: EOF. Connection lost, reconnect.
Received an IMAP abort error. Wait 2 seconds and retrying.
Disconnecting from Gmail Server and sleeping ...
logout failed: "<class 'imaplib.abort'>: command: LOGOUT => Gmvault ssl socket error: EOF. Connection lost, reconnect."
Traceback (most recent call last):
File "gmv/imap_utils.pyc", line 315, in disconnect
File "imapclient/imapclient.pyc", line 136, in logout
File "imapclient/imapclient.pyc", line 775, in _check_resp
error: logout failed: "<class 'imaplib.abort'>: command: LOGOUT => Gmvault ssl socket error: EOF. Connection lost, reconnect."
Reconnecting to the from Gmail Server.
最佳答案
事实证明,在 OSX Mavericks 中,您需要更改 gmvault 配置文件并将 enable_imap_compression
设置为 false
enable_imap_compression=False
更多信息在这里:
关于gmail - osx 上的 gmvault - 收到 IMAP 中止错误。等待 1 秒并重试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22090598/
我想将 jasmine 测试与 bamboo 集成,但我不确定是否可行。到目前为止我发现的最好的是 https://bitbucket.org/atlassian/bamboo-nodejs-plug
我是一名优秀的程序员,十分优秀!