Ticket #1486060 (closed Bugs: fixed)

Opened 7 months ago

Last modified 7 months ago

forwarding message failed on read-only imap account

Reported by: redcodex Owned by:
Priority: 5 Milestone: 0.3-stable
Component: IMAP connection Version: 0.2.2
Severity: normal Keywords: imap read only sending message
Cc:

Description

situation: the whole imap account is read-only

forwarding a message in roundcube just displays "Sending message...", no errors in the logs

same results using smtp and php mail()

installer testmail works

Change History

Changed 7 months ago by alec

  • component changed from SMTP connection to Core functionality
  • milestone changed from later to 0.3-stable

Changed 7 months ago by thomasb

I assume that the error occurs when saving the message to the "Sent" folder. Can this read-only property somehow be detected (maybe in the CAPABILITIES section)? For further debugging we need a sample (read-only) IMAP account.

Changed 7 months ago by alec

Changed 7 months ago by alec

  • status changed from new to closed
  • resolution set to fixed
  • component changed from Core functionality to IMAP connection

Fixed in r2883. iil_C_Append was buggy.

Changed 7 months ago by rosali

  • status changed from closed to reopened
  • resolution fixed deleted

This change gives me an error (errorsaving):

[01-Sep-2009 07:55:13 +0200]: IMAP Error: Could not save message in Sent in D:\xampp\htdocs\webmail\api\trunk\roundcubemail\program\steps\mail\sendmail.inc on line 0 (POST /webmail/api/trunk/roundcubemail/?_task=mail&_action=send)

hMailServer 5.2 log: "IMAPD" 4492 2036 "2009-09-01 07:58:55.500" "127.0.0.1" "RECEIVED: a APPEND "Sent" (\Seen) {733}" "IMAPD" 4492 2036 "2009-09-01 07:58:55.500" "127.0.0.1" "SENT: + Ready for literal data" "IMAPD" 4688 1935 "2009-09-01 07:58:55.515" "127.0.0.1" "RECEIVED: olc1 UID FETCH 15:* (BODY.PEEK[HEADER.FIELDS (References X-Ref X-Priority X-MSMail-Priority X-MSOESRec Newsgroups)] ENVELOPE RFC822.SIZE UID FLAGS INTERNALDATE)" "IMAPD" 4688 1935 "2009-09-01 07:58:55.515" "127.0.0.1" "SENT: * 15 FETCH (UID 15 RFC822.SIZE 825 FLAGS () INTERNALDATE " 1-Sep-2009 07:58:55 +0200" ENVELOPE ("Tue, 01 Sep 2009 07:58:55 +0200" "r" (("Roland" NIL "roland" "net")) (("Roland Liebl" NIL "roland" "m.net")) (("roland@…" NIL "roland" "roland-l.de")) (("Roland" NIL "roland" "m.net")) NIL NIL NIL "<99612720ebc7f24849f37f21d08d9a8d@localhost>") BODY[HEADER.FIELDS (References X-Ref X-Priority X-MSMail-Priority X-MSOESRec Newsgroups)] "")" "IMAPD" 4688 1935 "2009-09-01 07:58:55.531" "127.0.0.1" "SENT: olc1 OK UID completed" "IMAPD" 4644 1935 "2009-09-01 07:58:55.546" "127.0.0.1" "RECEIVED: 5i19 IDLE" "IMAPD" 4644 1935 "2009-09-01 07:58:55.546" "127.0.0.1" "SENT: + idling" "IMAPD" 4460 2038 "2009-09-01 07:58:56.187" "127.0.0.1" "SENT: * OK IMAPrev1"

Changed 7 months ago by alec

  • status changed from reopened to closed
  • resolution set to fixed

Fixed in r2897.

Note: See TracTickets for help on using tickets.