I'm trying to import mails with custom headers. I've defined them as "Extended headers" and patched the lib to import all headers (https://www.drupal.org/node/1703018).

but whatever I’m trying, the mapped fields stay empty. regular headers like 'subject' do work however.

I’ve triple checked the incoming emails source and can confirm that my custom headers are loaded into the $header within the function retrieve_message (MailhanderPhpImapRetrieve.class.php).

Is this a bug / issue? Or am I’m only missing something about using custom headers?

tia,
attisan

Comments

attisan’s picture

Issue summary: View changes
paulwdru’s picture

Hi,
Besides Custom / Extended Headers, I also found custom Commands NEVER worked after testing & debugging it for a few days, always EMPTY in value though provided as raised in Extended Headers are EMPTY in value and Always Unpublished, Command & Mapping do NOT work

I'm really curious if others are facing the same problems.