grealish / pwm

Automatically exported from code.google.com/p/pwm
0 stars 0 forks source link

emails do not conform to rcf8222 #484

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
""" The only required header fields are the origination date field and
   the originator address field(s)."""

Please add
message.setSentDate(new Date());
to EmailQueueManager.java after line 228
https://code.google.com/p/pwm/source/browse/trunk/pwm/servlet/src/password/pwm/u
til/queue/EmailQueueManager.java#228

Original issue reported on code.google.com by mba...@gmail.com on 19 Sep 2013 at 12:44

GoogleCodeExporter commented 9 years ago
http://www.ietf.org/rfc/rfc2822.txt

Original comment by mba...@gmail.com on 19 Sep 2013 at 12:45

GoogleCodeExporter commented 9 years ago
Fixed in r651.

Original comment by menno.pi...@gmail.com on 25 Nov 2013 at 12:28