SmtpClient-for-Qt/src
Mark Brand 67c73c7c96 remove stray space after colon following MAIL FROM and RCPT TO
Quoth https://www.ietf.org/rfc/rfc5321.txt:

   Since it has been a common source of errors, it is worth noting that
   spaces are not permitted on either side of the colon following FROM
   in the MAIL command or TO in the RCPT command.  The syntax is exactly
   as given above.
2019-01-14 23:59:43 +01:00
..
emailaddress.cpp License changed to LGPL version 2.1 2012-07-24 17:06:55 +03:00
emailaddress.h added necessary QT_DECL_EXPORT/QT_DECL_IMPORT to be able to build a DLL on windows 2014-09-01 09:59:57 +02:00
mimeattachment.cpp - Added support for ByteArray Attachments 2013-08-08 10:45:39 +02:00
mimeattachment.h added necessary QT_DECL_EXPORT/QT_DECL_IMPORT to be able to build a DLL on windows 2014-09-01 09:59:57 +02:00
mimecontentformatter.cpp Destructor for mimefile. 2012-08-09 20:27:32 +03:00
mimecontentformatter.h added necessary QT_DECL_EXPORT/QT_DECL_IMPORT to be able to build a DLL on windows 2014-09-01 09:59:57 +02:00
mimefile.cpp Small fixes. 2014-11-01 22:50:37 +02:00
mimefile.h added necessary QT_DECL_EXPORT/QT_DECL_IMPORT to be able to build a DLL on windows 2014-09-01 09:59:57 +02:00
mimehtml.cpp License changed to LGPL version 2.1 2012-07-24 17:06:55 +03:00
mimehtml.h added necessary QT_DECL_EXPORT/QT_DECL_IMPORT to be able to build a DLL on windows 2014-09-01 09:59:57 +02:00
mimeinlinefile.cpp License changed to LGPL version 2.1 2012-07-24 17:06:55 +03:00
mimeinlinefile.h added necessary QT_DECL_EXPORT/QT_DECL_IMPORT to be able to build a DLL on windows 2014-09-01 09:59:57 +02:00
mimemessage.cpp fix Qt version check 2018-06-13 17:44:42 +02:00
mimemessage.h Merge pull request #63 from bluetiger9/master 2017-12-22 10:47:43 +02:00
mimemultipart.cpp Bug corrected in MimeMultiPart. 2012-08-09 22:17:07 +03:00
mimemultipart.h added necessary QT_DECL_EXPORT/QT_DECL_IMPORT to be able to build a DLL on windows 2014-09-01 09:59:57 +02:00
mimepart.cpp Qt5 compatibility. 2014-02-16 19:10:37 +02:00
mimepart.h added necessary QT_DECL_EXPORT/QT_DECL_IMPORT to be able to build a DLL on windows 2014-09-01 09:59:57 +02:00
mimetext.cpp License changed to LGPL version 2.1 2012-07-24 17:06:55 +03:00
mimetext.h added necessary QT_DECL_EXPORT/QT_DECL_IMPORT to be able to build a DLL on windows 2014-09-01 09:59:57 +02:00
quotedprintable.cpp Small fixes. 2014-11-01 22:50:37 +02:00
quotedprintable.h Small fixes. 2014-11-01 22:50:37 +02:00
smtpclient.cpp remove stray space after colon following MAIL FROM and RCPT TO 2019-01-14 23:59:43 +01:00
smtpclient.h cleanup compiler errors/warnings 2015-10-26 16:31:51 +01:00
smtpexports.h added necessary QT_DECL_EXPORT/QT_DECL_IMPORT to be able to build a DLL on windows 2014-09-01 09:59:57 +02:00
SmtpMime License changed to LGPL version 2.1 2012-07-24 17:14:59 +03:00