Hello,
I enabled auto archive when sending emails using EPESI's roundcube.
But when an email is successfully sent, it is not moving the message to EPESI Archive sent and is not create records in the E-mails Addon of the contacts associated.
I looked into the code and tried to log the
$uids
just after the line
$uids = $IMAP->search_once('', 'HEADER Message-ID '.$msgid, true);
but the $uids are empty.
Can you help me with this. We are running this system in 1.4.2 Rev: 10136. Is there a possible patch for this version to fix this issue? We have modified some of the code in the core but not in roundcube so upgrading to 1.5 is not an option. Thank you.