Page 1 of 1

date format for SetMailAttribute()?

Posted: Tue Apr 16, 2024 2:13 pm
by jassing
What is the format for SetMailAttribute(h,#pb_mail_date, "?????")

Re: date format for SetMailAttribute()?

Posted: Tue Apr 16, 2024 3:09 pm
by Andesdaf
I'd say it's the format specified in RFC 5322: https://www.rfc-editor.org/rfc/rfc5322.html#section-3.3, so for example: Sat, 13 Apr 2024 11:45:15 +0200

Re: date format for SetMailAttribute()?

Posted: Tue Apr 16, 2024 3:58 pm
by jassing
Andesdaf wrote: Tue Apr 16, 2024 3:09 pm I'd say it's the format specified in RFC 5322: https://www.rfc-editor.org/rfc/rfc5322.html#section-3.3, so for example: Sat, 13 Apr 2024 11:45:15 +0200
I tried that -- but, now I see that gmail seems to ignore the date & only displays when it is received.

thanks google.

and thanks to you for confirming.

Cheers
-j