几天前,我安装了 Ubuntu 17.10,并设置了 evolution 通过 outlook web access (OWA) 与邮件帐户 (IMAP) 同步。现在,每次启动时都会弹出以下消息(并且只要应用程序正在运行,此后也会定期弹出):
我提出CAMEL_DEBUG=all
进一步调查该错误:
[...] # more logs
B00027 OK [READ-WRITE] SELECT completed.'
[imapx:B] got untagged response
[imapx:B] Have token 'EXISTS' id 3198
[imapx:B] imapx_untagged_exists: updating mailbox 'INBOX' messages: 3198 ~> 3198
[imapx:B] got untagged response
[imapx:B] Have token 'RECENT' id 0
[imapx:B] imapx_untagged_recent: updating mailbox 'INBOX' recent: 0 ~> 0
[imapx:B] got untagged response
[imapx:B] Have token 'FLAGS' id 0
[imapx:B] flags: 0000001f
[imapx:B] got untagged response
[imapx:B] Have token 'OK' id 0
[imapx:B] got untagged response
[imapx:B] Have token 'OK' id 0
[imapx:B] got untagged response
[imapx:B] Have token 'OK' id 0
[imapx:B] got untagged response
[imapx:B] Have token 'OK' id 0
[imapx:B] Got completion response for command 00027 'SELECT'
[imapx:B] camel_imapx_server_process_command_sync: 0x7f7af0010060 ~> (nil); success:1 local-error:[null] result:OK status-text:'SELECT completed.'
[imapx:B] adding command, format = 'UID MOVE '
[imapx:B] uidset add '9846'
[imapx:B] start
[imapx:B] uidset add '9847'
[imapx:B] uidset add '9849'
[imapx:B] :range
[imapx:B] adding command, format = '%u:%u'
[imapx:B] got gint '9846'
[imapx:B] got gint '9847'
[imapx:B] uidset add '9853'
[imapx:B] ,next
[imapx:B] adding command, format = ','
[imapx:B] adding command, format = '%u'
[imapx:B] got gint '9849'
[imapx:B] uidset add '9854'
[imapx:B] uidset add '9855'
[imapx:B] adding command, format = ','
[imapx:B] adding command, format = '%u:%u'
[imapx:B] got gint '9853'
[imapx:B] got gint '9855'
[imapx:B] adding command, format = ' %M'
[imapx:B] completing command buffer is [39] 'UID MOVE 9846:9847,9849,9853:9855 Trash'
[imapx:B] camel_imapx_server_process_command_sync: (nil) () ~> 0x7f7af0010360 (MOVE_MESSAGE)
[imapx:B] Starting command ( literal) B00028 UID MOVE 9846:9847,9849,9853:9855 Trash
[imapx:B] I/O: 'B00028 UID MOVE 9846:9847,9849,9853:9855 Trash'
[imapx:B] I/O: '[COPYUID 346 ]
B00028 OK MOVE completed.'
[imapx:B] camel_imapx_server_process_command_sync: 0x7f7af0010360 ~> (nil); success:0 local-error:unexpected server response: result:[null] status-text:'[null]'
[imapx:B] Removed connection 0x7f7b8005b590 (server:0x555647a6ee00) due to error: Error moving messages: unexpected server response:
[imapx:B] I/O: ''
缺陷帐户的接收选项:
这个错误是什么意思?我该如何修复它?
答案1
答案2
我可以通过在 Evolution 中将 Outlook Web Access 设置为 Exchange Webservice 来解决类似的问题。这不是我想要的,因为我遇到了一些其他缺陷,但管理电子邮件是可行的。