After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 748481 - Fetchin messages from CItadel imap server fails: missing closing ")"
Fetchin messages from CItadel imap server fails: missing closing ")"
Status: RESOLVED INCOMPLETE
Product: evolution
Classification: Applications
Component: Mailer
3.16.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2015-04-26 10:47 UTC by rdeenen
Modified: 2018-10-25 12:19 UTC
See Also:
GNOME target: ---
GNOME version: 3.15/3.16


Attachments
Screenshot showing the exact error (95.58 KB, image/png)
2015-04-26 10:47 UTC, rdeenen
Details
Log created by running: CAMEL_DEBUG=imapx:io evolution >& evolog (4.38 KB, text/x-emacs-lisp)
2015-04-26 19:20 UTC, rdeenen
Details

Description rdeenen 2015-04-26 10:47:11 UTC
Created attachment 302367 [details]
Screenshot showing the exact error

I have a Citadel (citadel.org) mail server with IMAP running at home. When I try to access it through IMAP evolution says: "Error fetching new messages: missing closing ')' on fetch response". I do get to see al the available folders, so I know I can connect to the server and read from it. The connection works fine through Thunderbird.
Comment 1 André Klapper 2015-04-26 14:54:18 UTC
Please see https://wiki.gnome.org/Apps/Evolution/Debugging (and reset the status from NEEDINFO to NEW after providing a log)
Comment 2 rdeenen 2015-04-26 19:19:28 UTC
OK, I recieved a request to provide a logfile. For this I logged in with a testaccount (Tinus Testcase) and created a tinus account on the mail-server. This way my (working) gmail account doesn't add noise to the logfile. I configured evolution to connect to this account. Then I ran:

CAMEL_DEBUG=imapx:io evolution >& evolog

I uploaded the "evolog" logfile. Hope this helps. Please inform me if I can do anything more.
Comment 3 rdeenen 2015-04-26 19:20:36 UTC
Created attachment 302392 [details]
Log created by running: CAMEL_DEBUG=imapx:io evolution >& evolog
Comment 4 rdeenen 2017-10-10 10:26:30 UTC
I am not using Citadel anymore. If this issue is not reproducible I suppose the best thing to do is close this bug-report? Not sure what the appropriate protocol is here...
Comment 5 Milan Crha 2018-10-25 12:19:42 UTC
Okay, thanks for the information, I'm closing this.

I suppose the problem was this response from the server:

   * 1 FETCH (UID 3591 RFC822.SIZE 622 
   RFC822.HEADER {194}
   Return-Path: Tinus_Testcase
   Date: Sun, 26 Apr 2015 02:00:00 +0200
   Subject: =?UTF-8?B?eA==?=
   Message-ID: <553D3757-00000E07@c.huttiesroow.nl>
   From: "Tinus Testcase" <tinus@c.huttiesroow.nl>
    FLAGS (\Recent))

That "RFC822.HEADER" on a new line causes the error, because it (together with the "{194}") should be on the preceding line, thus it looks like a server-side issue.