Top "Rfc822" questions

RFC822 is the historical original standard for the format of email messages.

How can I get an email message's text content using Python?

Given an RFC822 message in Python 2.6, how can I get the right text/plain content part? Basically, the algorithm I …

python email mime rfc822
How do I parse and convert DateTime’s to the RFC 822 date-time format?

How do I convert a DateTime structure to its equivalent RFC 822 date-time formatted string representation and parse this string representation …

.net datetime rss rfc822
Why does email need an envelope, and what does the "envelope" mean?

What is the exact difference between the envelope and the email in smtp? Why does the protocol need the envelope? …

security email smtp rfc822
What is the RFC 822 format for the email addresses?

I have to make a regular expression for the email addresses (RFC 822) and I want to know which characters are …

email character email-validation rfc822
RFC822 Timezone Parsing in Java

I have a JS date that is being converted by Dojo into RFC822 format. The function call - dojo.date.…

java date iso8601 rfc822 rfc3339
Is there a "no-reply" email header?

I often see automated emails postfixed with a message like Amazon: *Please note: this e-mail was sent from an address …

email rfc822 rfc2822 rfc5322
How do I elegantly print the date in RFC822 format in Perl?

How can I elegantly print the date in RFC822 format in Perl?

perl datetime date rfc822
How do I convert RFC822 to a python datetime object?

I know how to do this the other way around... it would be: >>> dt.rfc822() 'Sun, 09 Mar 1997 13:45:00 …

python rfc822
Is there a difference between MIME and content type?

While using the f12 tools on ie, when I request a web page, the response header has a content type. …

http smtp mime smime rfc822
Elegant way to serialize a MailMessage object in .NET

I'm currently looking at serializing a MailMessage object in C# and although there are a couple of variations of an …

c# serialization mailmessage rfc822 rfc2822