Roundcube Community Forum

Release Support => Pending Issues => Topic started by: jmoore on October 05, 2010, 02:46:07 PM

Title: Receipt Notification
Post by: jmoore on October 05, 2010, 02:46:07 PM
I am using the latest version of roundcube (0.4.1).  One thing that I noticed not working is a prompt inside Roundcube when the sender asks for notification that the message was read.  It works in clients like outlook, outlook express, thunderbird, etc but if a roundcube user asks for message notification from another roundcube user the end recipient is never prompted to give the notification nor is there a message sent back to the person who requested the notification. In the main.inc.php file it shows...........................

// Behavior if a received message requests a message delivery notification (read receipt)
// 0 = ask the user, 1 = send automatically, 2 = ignore (never send or ask)
$rcmail_config['mdn_requests'] = 0;

ANY IDEAS??  Am I missing something??
Title: Receipt Notification
Post by: rosali on October 06, 2010, 01:28:27 AM
If your IMAP server does not support $MDNSent flag (f.e. hMailserver) it won't work.
Title: THanks
Post by: jmoore on October 06, 2010, 09:37:06 AM
That is exactly it.  Thanks Rosali!  I am using hmailserver.  Is there any possible workaround besides using a different IMAP server?  Any plugins possibly in the future where roundcube could strictly handle the flag (just like outlook, thunderbird, etc) rather than work with the imap server?