Roundcube Community Forum

 

Receipt Notification

Started by jmoore, October 05, 2010, 02:46:07 PM

Previous topic - Next topic

jmoore

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??

rosali

If your IMAP server does not support $MDNSent flag (f.e. hMailserver) it won't work.
Regards,
Rosali

jmoore

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?