i want to know how to get the original sender of a forewarded mail using google app engine mail_message.original object?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
From the docs : If you use Python you have to analyze the message : original is the complete message, including data not exposed by the other fields such as email headers, as a Python email.message.Message. http://docs.python.org/2/library/email.message.html |
|||
|
|