You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by rosali on 1 Apr 2014 07:32 UTC as Trac ticket #1489752
One of my plugins needs to know when a message is successfully appended to an IMAP folder. Please add the following hook to rcube_imap.php, method 'save_message' (lines 2329 ff.):
if ($saved) {
// let plugins know that a message has been appended
rcube::get_instance()->plugins->exec_hook("message_saved", array('saved' => $saved, 'folder' => $folder, 'message' => $message));
// increase messagecount of the target folder
$this->set_messagecount($folder, 'ALL', 1);
}
Reported by rosali on 1 Apr 2014 07:32 UTC as Trac ticket #1489752
One of my plugins needs to know when a message is successfully appended to an IMAP folder. Please add the following hook to rcube_imap.php, method 'save_message' (lines 2329 ff.):
Migrated-From: http://trac.roundcube.net/ticket/1489752
The text was updated successfully, but these errors were encountered: