Can PHP retrieve custom headers? If, for example, someone sends me an email
with the custom header "Internet-card:", can I get it's value via PHP? The
imap_header, AFAIK, gets only prespecified headers (fromaddress, Subject,
date, etc.).
I have tried searching via google but all I got were about adding custom
headers, not getting them.