Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: Antho on April 22, 2011, 08:29:14 AM

Title: From, Sender and Reply-to in show_additional_header plugin
Post by: Antho on April 22, 2011, 08:29:14 AM
Hello,

I'm trying to separately retrieve the three headers "From", "Sender" and "Reply-to" with the  "show_additional_headers" plugin.

Those headers convey different information, as described in RFC 5322 - Internet Message Format (http://tools.ietf.org/html/rfc5322#section-3.6.2) but it seems that RoundCube doesn't consider them as different, the headers are not present in the "message_headers_output" hook argument.

Am I doing something wrong ?
Thanks