Opened 4 years ago

Closed 4 years ago

#1486060 closed Bugs (fixed)

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 (6)

comment:1 Changed 4 years ago by alec

  • Component changed from SMTP connection to Core functionality
  • Milestone changed from later to 0.3-stable

comment:2 Changed 4 years 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.

comment:4 Changed 4 years ago by alec

  • Component changed from Core functionality to IMAP connection
  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [b8ae99a6]. iil_C_Append was buggy.

comment:5 Changed 4 years ago by rosali

  • Resolution fixed deleted
  • Status changed from closed to reopened

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"

comment:6 Changed 4 years ago by alec

  • Resolution set to fixed
  • Status changed from reopened to closed

Fixed in [0c66285c].

Note: See TracTickets for help on using tickets.