Opened 3 years ago

Closed 3 years ago

#1486560 closed Bugs (fixed)

Can't move messages

Reported by: epinter Owned by:
Priority: 1 - Highest Milestone: 0.4-beta
Component: IMAP connection Version: git-master
Severity: critical Keywords: move imap
Cc:

Description

I'm using roundcube r3379 with Courier IMAP and EVERY time I try to move any message from any folder to any folder I receive an error, the message isn't moved. I can only move messages between default folders.

Everything works great if I change the following line in the function "mailbox_exists" (program/include/rcube_imap.php):

$a_folders = iil_C_ListMailboxes($this->conn, $this->mod_mailbox(), $mbox);

changed to

$a_folders = iil_C_ListMailboxes($this->conn, $this->mod_mailbox(), '*');

Attachments (1)

imap_moving_message (4.1 KB) - added by epinter 3 years ago.
debug imap

Download all attachments as: .zip

Change History (7)

comment:1 Changed 3 years ago by epinter

  • Component changed from Addressbook to IMAP connection
  • Priority changed from 5 to 1 - Highest
  • Severity changed from normal to critical

comment:2 Changed 3 years ago by epinter

I've try to set imap_root and imap_delimiter, but doesn't help....

comment:3 Changed 3 years ago by alec

  • Milestone changed from later to 0.4-beta

Please, enable imap_debug and attach logs/imap file here.

comment:4 Changed 3 years ago by lacri

i can confirm messages move to other than default folders dont work

comment:5 Changed 3 years ago by alec

Works for me with dovecot, so I'll need a debug from your servers.

Changed 3 years ago by epinter

debug imap

comment:6 Changed 3 years ago by alec

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

Fixed in [02f7cb88].

Note: See TracTickets for help on using tickets.