From 288e50227dd5af7cdaba7e4b54a61c539021f1e0 Mon Sep 17 00:00:00 2001 From: Kevin Ottens Date: Sat, 13 Jul 2013 11:01:34 +0200 Subject: Add the RFC2822Date format QDateTime can now be converted to strings compliant to RFC 2822. Additionally, it supports RFC 850 and RFC 1036 during parsing. By having them all together, all type of dates found in exchanged messages on the internet (including USENET) get supported. Change-Id: I771066c23f409d20b31b7d802f37852ea68ca2a0 Reviewed-by: David Faure Reviewed-by: Frederik Gladhorn --- doc/global/externalsites/rfc.qdoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc') diff --git a/doc/global/externalsites/rfc.qdoc b/doc/global/externalsites/rfc.qdoc index bc6a1d66a2..37c71ab73e 100644 --- a/doc/global/externalsites/rfc.qdoc +++ b/doc/global/externalsites/rfc.qdoc @@ -77,3 +77,18 @@ \externalpage http://www.rfc-editor.org/rfc/rfc3986.txt \title RFC 3986 */ + +/*! + \externalpage http://www.rfc-editor.org/rfc/rfc2822.txt + \title RFC 2822 +*/ + +/*! + \externalpage http://www.rfc-editor.org/rfc/rfc1036.txt + \title RFC 1036 +*/ + +/*! + \externalpage http://www.rfc-editor.org/rfc/rfc850.txt + \title RFC 850 +*/ -- cgit v1.2.3