Questions tagged [rfc2822]

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

This RFC replaces RFC822 and has been deprecated in favor of RFC5322.

It should be noted that this standard only specifies a syntax for text messages and does not cover the exchange of multimedia in emails (this being covered by MIME documents [RFC2045, RFC2046, RFC2049]).

It should also be noted that, while emails consist of both an envelop and the content, this RFC does not cover the envelop (see [RFC2821] for discussion on the envelop).

References: http://tools.ietf.org/html/rfc2822

63 questions
0
votes
1 answer

Current date / time to RFC 2822 date function with vb / classic asp

I am trying to write a script to push data out to an amazon s3 bucket and I need to generate what I believe is an RFC 2822 date to send in the header request. The date looks like this "Tue, 12 June 2012 23:41:58 +0000" I just need a function to…
Chris Dowdeswell
  • 858
  • 2
  • 11
  • 25
0
votes
1 answer

PHP Mail() fails with "User ", fine with ""

Problem began with Magento not sending mails, and while debugging I came to this: when using PHP mail function, it fails if $to contains Name. '; //Works fine $to = 'myname@gmail.com'; //Works fine $to = 'Myname…
Pavel
  • 383
  • 3
  • 6
-2
votes
1 answer

Decoding comment and ccontent in RFC 2822

I was working on a regular expression to validate email addresses and I'm getting hung up in a recursive level of quoted-string, specifically comment and ccontent. It seems to me that I'm unable to resolve comment, which references ccontent,…
Hossy
  • 139
  • 1
  • 2
  • 11
1 2 3 4
5