﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
159	Add a Date: header in _inetsmtpmail	grand-pa@…	Jpm	"E-mails sent with _inetsmtpmail do not include a Date: header line.
So a mail client like Thunderbird ""dates"" those e-mails to 01/01/1970.

I've modified the function in Inet.au3 this way :
{{{
""Mime-Version: 1.0"" & @CRLF & _
""Date: "" & _DateDayOfWeek(@WDAY, 1) & "", "" & @MDAY & "" "" & _DateToMonth(@MON, 1) & "" "" & @YEAR & "" "" & @HOUR & "":"" & @MIN & "":"" & @SEC & @CRLF & _
""Content-Type: text/plain; charset=US-ASCII"" & @CRLF & _
}}}
(I've only added the line begining with ""Date: )

Ideally, the timezone (eg. +0600) should be added after the time."	Bug	closed	3.2.11.4	AutoIt	3.2.10.0		Completed		
