Hello all,

I'm using PHP to try to scan emails for emails sent with the custom
twitter headers (which you can find listed on the Wiki):

    * X-TwitterEmailType - will be 'is_following' or 'direct_message'
    * X-TwitterCreatedAt - ex: Thu Aug 07 15:17:15 -0700 2008
    * X-TwitterSenderScreenName - ex: 'bob'
    * X-TwitterSenderName - ex: 'Bob Smith'
    * X-TwitterSenderID - ex: 12345
    * X-TwitterRecipientScreenName - ex: 'john'
    * X-TwitterRecipientName - ex: 'John Doe'
    * X-TwitterRecipientID - ex: 67890
    * X-TwitterDirectMessageID - ex: 2346346

However, imap_fetchheader() fails to list the headers and when I check
in various mail clients (Mail on my MacBook and Thunderbird on my
windows machine) they're not listed, either!

Any help is appreciated.

Reply via email to