Opened 3 years ago
Closed 3 years ago
#1487092 closed Bugs (wontfix)
outgoing email fail to save to Sent folder
| Reported by: | petr | Owned by: | |
|---|---|---|---|
| Priority: | 3 | Milestone: | later |
| Component: | IMAP connection | Version: | 0.4.2 |
| Severity: | major | Keywords: | |
| Cc: |
Description
Hi there
RC doesn't upload copy of outgoing message to the sent folder. This happen me with bincimap server since RC 0.4.x (0.3.x was ok). No error msg is reported at frontend.
I also try it with newer courierimap server - no problem here.
IMAP debug:
[28-Oct-2010 14:47:08 +0200]: S: * OK Welcome to Binc IMAP Copyright (C) 2002-2005 Andreas Aardal Hanssen at 2010-10-28 14:47:07 +0200 [28-Oct-2010 14:47:08 +0200]: C: a001 LOGIN "*****" "*****" [28-Oct-2010 14:47:08 +0200]: S: a001 OK LOGIN completed [28-Oct-2010 14:47:09 +0200]: C: lsb LSUB "INBOX/" "Sent" [28-Oct-2010 14:47:09 +0200]: S: lsb OK LSUB completed [28-Oct-2010 14:47:09 +0200]: C: lmb LIST "INBOX/" "Sent" [28-Oct-2010 14:47:09 +0200]: S: lmb OK LIST completed [28-Oct-2010 14:47:09 +0200]: C: c CREATE "INBOX/Sent" [28-Oct-2010 14:47:09 +0200]: S: c NO CREATE failed: unable to create .Sent: File exists [28-Oct-2010 14:47:09 +0200]: C: I LOGOUT
tell me if you need some account for testing
Thanx, Petr
Change History (1)
comment:1 Changed 3 years ago by alec
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Probably Binc's bug. LIST should return a record if folder exists.