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 304046 - UID APPEND seems to be an unknown IMAP command
UID APPEND seems to be an unknown IMAP command
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
2.2.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2005-05-13 13:25 UTC by Valentijn Sessink
Modified: 2013-09-10 14:03 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Valentijn Sessink 2005-05-13 13:25:48 UTC
Version details: Ubuntu Linux version
Distribution/Version: Ubuntu Linux

Use Evolution 2.2.1.1 with Courier IMAP v.3.0.8; set server type to IMAP4rev1. 

Try to save a message to the DRAFTS folder on the IMAP server. This results in
an "Unknown error", coming from
evolution-data-server/camel/providers/imap4/camel-imap4-folder.c

I tried to find the "UID APPEND" command in RFC2060, but after UID, the only
commands that are allowed seem to be COPY, FETCH, or STORE, or SEARCH. The only
program that sends a UID APPEND seems to be Evolution, as can be seen from
http://www.google.nl/search?q=%22UID+APPEND%22+imap

Now v1.29 on Evolution has set different logic when to send "UID APPEND", but
from what I can find, it's still wrong, the entire "UID APPEND" should go.
Comment 1 Nagappan Alagappan 2005-05-13 13:37:07 UTC
Changing Product to Evolution.
Comment 2 Not Zed 2005-08-05 07:30:45 UTC
a misreading of the uidplus rfc (rfc2359).

its been fixed in 2.3 already, but i'll backport the patch to 2.2.x
Comment 3 Jeffrey Stedfast 2005-08-05 15:45:31 UTC
didn't know there was a bug about this :)