Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.2.0
-
Labels:None
-
Rank:6933
-
Sprint:2016#01
Description
Pre-conditions
- Set "altnamespace: no" in /etc/imapd.conf
- Restart cyrus: /etc/init.d/cyrus-imapd restart
- Verify that your special folders are under the INBOX
$ curl -kv -u "admin@obm24.lyn.lng:admin" imap://obm24/ -X 'LSUB "" *' ... * LSUB () "/" INBOX/Drafts * LSUB () "/" INBOX/SPAM * LSUB () "/" INBOX/Sent * LSUB () "/" INBOX/Trash
- Adapt your mail_conf.ini to match these folders
imap.mailbox.draft=INBOX/Drafts imap.mailbox.sent=INBOX/Sent imap.mailbox.trash=INBOX/Trash
Reproduction steps
- As usera with any device, delete an email A of your INBOX
- As usera with any device, send an email B
Current behavior
- NOK the email A is not deleted, it has not been moved in the trash
- NOK the email B is not sent, it has not been stored in the sentbox
Expected behavior
- OK the email A is deleted, it has been moved in the trash
- OKthe email B is well sent, it has been stored in the sentbox
OK with version 3.1.2~rc0 on CentOS. Tested with iPhone 5 (iOS 9.1) and Fairphone FP1 (Android 4.2.2)
# Forward email, email in Sent Folder