Top "Rfc2822" questions

Standard syntax for text messages sent between computer users, within the framework of "electronic mail" messages.

Which date formats are IETF-compliant RFC 2822 timestamps?

I need to parse dates in JavaScript. The format is [2 digits day]/[2 digits month]/[4 digits year] [2 digits hour (24 mode)]:[2 digits …

javascript date datetime rfc rfc2822
Convert Python datetime to rfc 2822

I want to convert a Python datetime to an RFC 2822 datetime. I've tried these methods to no avail: >>&…

python datetime rfc2822
Parsing RFC 2822 date in JAVA

I need to parse an RFC 2822 string representation of a date in Java. An example string is here: Sat, 13 Mar 2010 11:29:05 …

java date parsing rfc2822
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
Should email "Date" header be sender's local time or UTC?

I'm writing a web-based email client in Python and a question has arisen about which time zone the "Date" header …

python email rfc2822
Swift_RfcComplianceException on valid email address, works in Windows not in Ubuntu

I'm running into what appears to be a rather infamous issue with SwiftMailer: Fatal error: Uncaught exception ‘Swift_RfcComplianceException’ with …

php exception symfony swiftmailer rfc2822
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