Commit Graph

32 Commits

Author SHA1 Message Date
Tőkés Attila
235a350a34 Merge pull request #27 from DEgITx/patch-1
Update quotedprintable.cpp
2014-10-30 21:31:33 +02:00
Andreas Mützel
a4f4235139 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
Alexey Kasyanchuk
649ea30336 Update quotedprintable.cpp
Some compilators can interpret this differently (gcc shows warning about this)
2014-07-20 10:27:23 +03:00
Tőkés Attila
076034a612 Merge pull request #17 from LascauxSRL/master
Added support for ByteArray Attachments and removed Memory Leak from MimeMessage class
2014-02-21 17:18:51 +02:00
Attila Tőkés
b1c640c39d Merge branch 'v1.1' 2014-02-21 17:17:42 +02:00
LascauxSRL
4f028793e1 - Added support for SendMessage Timeout (Doesn't rely on Reply Timeout)
- Solved small bug in emitting an error message
2014-02-20 11:41:21 +01:00
Attila Tőkés
f3da3b391c Qt5 compatibility. 2014-02-16 19:10:37 +02:00
LascauxSRL
93873f8b1c - Added support for ByteArray Attachments
- Removed memoryleak from MimeMessage
2013-08-08 10:45:39 +02:00
Tőkés Attila
dac7a04d6f Merge branch 'v1.1' 2012-10-25 18:17:30 +03:00
Tőkés Attila
8f6a67664f Added getters and setters for connection and response timeouts. 2012-10-25 18:06:16 +03:00
Attila Tőkés
3d3f9136af Bug fix (issue 2) 2012-09-05 19:36:52 +03:00
Tőkés Attila
28666c2603 Version 1.1 2012-08-09 22:34:56 +03:00
Tőkés Attila
1071beb43d Bug corrected in MimeMultiPart.
Getter and setter for content in MimeMessage.
2012-08-09 22:17:07 +03:00
Tőkés Attila
9bd83ace6f Added getter and setter for multi-part type in MimeMultiPart class. 2012-08-09 21:15:17 +03:00
Tőkés Attila
c4e94b885e Destructor for mimefile.
Getter for maximum length in MimeContentFormatter
Added getter to MimeContentFormatter in the MimePart class.
2012-08-09 20:27:32 +03:00
Attila Tőkés
1560ab819f Added support for TLS connection (STARTTLS).
Added getters for responseCode, responseText and socket.
2012-07-24 19:21:36 +03:00
Attila Tőkés
67a337ddaa License changed to LGPL version 2.1 2012-07-24 17:14:59 +03:00
Tőkés Attila
13ea5211b3 Bug corrected. 2012-07-24 17:09:19 +03:00
Attila Tőkés
08ad929615 License changed to LGPL version 2.1 2012-07-24 17:06:55 +03:00
Attila Tőkés
538c068278 Version 1.1 beta 2012-07-23 21:01:08 +03:00
bluetiger9
3d26948cdd Bug Fixes and Minor Changes
- fixed the bug related to ELHO message: "ELHO SmtpClient for Qt/C++"
changed to "ELHO " + name, the name is now by default "localhost"
  - added setter and getter for the name used in the ELHO message
  - added virtual attribute to prepare() method in all classes
  - added virtual attribute to toString() in the MimeMessage and
MimePart classes
2012-03-20 13:30:49 +02:00
bluetiger9
871a1f5daa New line characters changed from \n to \r\n. 2011-12-16 14:42:26 +02:00
bluetiger9
735fa2f4dd The header's encoding can be now selected.
The subject, sender's and the recipient's names can be also ecoded with
base64 and quoted-printable.
See the MimeMessage::setHeaderEncoding() function.
2011-11-18 21:58:16 +02:00
bluetiger9
2b7f475766 The structure of MimePart and its subclasses was modified. Now the
following properties are part of MimePart: content-type, content-
added to project.
2011-11-13 23:26:49 +02:00
bluetiger9
fbd6eb26a8 Added utf-8 support for email headers (sender, recipients, subject). 2011-11-10 20:50:38 +02:00
Your Name
5f27815267 corrected some spelling errors... 2011-09-08 20:11:36 +03:00
Your Name
635dfb65a9 modified contstructors. 2011-09-08 19:06:32 +03:00
Your Name
cd3d25592b license modified 2011-09-02 18:26:50 +03:00
Your Name
2409bce571 license modified 2011-09-02 18:24:39 +03:00
Your Name
f217c1bab8 Licence added. 2011-09-02 15:20:33 +03:00
Your Name
ff4988dd39 bug fix 2011-08-31 20:06:24 +03:00
Your Name
04fbbedb62 Folder hierarchy modified. 2011-08-31 00:53:08 +03:00