Commit Graph

106 Commits

Author SHA1 Message Date
Attila Tőkés
ba39a3ec76 Fix travis-ci.org build 2014-11-07 22:44:28 +02:00
Attila Tőkés
aeb946a1fa Build on travis-ci.org 2014-11-07 22:38:42 +02:00
Attila Tőkés
a42aa8e7ed Set up demo projects. 2014-11-07 21:19:17 +02:00
Attila Tőkés
9897598885 Code and API cleanup. 2014-11-06 20:38:30 +02:00
Tőkés Attila
e049dfd51b Merge pull request #29 from naihil/dev
Small changes.
2014-11-01 22:55:57 +02:00
Anatoliy Golubev
e0e091e5e0 fixes #12 (Inconsistent dll linkage with MSVS 2010) 2014-08-15 17:40:34 +04:00
Anatoliy Golubev
84e662e352 Ignore Qt Creator`s .pro.user files 2014-08-15 17:30:38 +04:00
Attila Tőkés
95ed484e7e Added MimeByteArrayAttachment.
Removed some unused fields in SmtpClient.
2014-02-21 17:12:32 +02:00
Tőkés Attila
058c6bd7ce Update README.md 2014-02-16 19:46:44 +02:00
Tőkés Attila
f3216a5bf3 Updated README for version 2.0 2014-02-16 19:46:03 +02:00
Tőkés Attila
38dbcebcf5 Merge pull request #18 from Kaffeine/dev
Do not link against qt gui.
2014-02-16 18:48:48 +02:00
Attila Tőkés
f12e1b6512 Fixed waitFor* methods in SmtpClient. Updated test data. 2014-02-16 18:42:33 +02:00
Alexandr Akulich
77a590d6f6 Do not link against qt gui. 2013-10-02 16:01:35 +06:00
Attila Tőkés
45e6340ff3 Added more debug level logging. 2013-08-06 22:36:50 +03:00
Tőkés Attila
07140fee85 Merge pull request #11 from sjinks/dev
Qt 5 compatibility
2013-08-04 10:19:58 -07:00
Vladimir Kolesnikov
4ff42edc4f Qt 5 compatibility 2013-02-14 01:27:00 +02:00
Tőkés Attila
208b072ad3 Merge pull request #10 from sjinks/dev
Fixed some bugs and memory leaks
2013-02-11 12:29:50 -08:00
Vladimir Kolesnikov
40d69fc592 Make sure to stay within hexVal bounds 2013-02-10 22:18:41 +02:00
Vladimir Kolesnikov
22f768ca99 Fix -Wunused-parameter warning 2013-02-10 17:10:30 +02:00
Vladimir Kolesnikov
e792db9fa8 Do not derive MimePart from QObject 2013-02-10 17:06:52 +02:00
Vladimir Kolesnikov
1dd96f9bd0 Do not derive EmailAddress from QObject 2013-02-10 16:50:09 +02:00
Vladimir Kolesnikov
968cad3328 Fix crash in decode() on malformed input 2013-02-10 16:43:24 +02:00
Vladimir Kolesnikov
7b42551a20 Fix -Wsequence-point warning 2013-02-10 16:25:44 +02:00
Vladimir Kolesnikov
8a0282b6c1 Fix -Wlogical-op-parentheses warning 2013-02-10 16:24:06 +02:00
Vladimir Kolesnikov
6339318cde Tests to run can be specified in command line 2013-02-10 16:10:38 +02:00
Vladimir Kolesnikov
8156bc0a95 Fix memory leaks: do not allocate results on heap 2013-02-10 15:51:58 +02:00
Vladimir Kolesnikov
8967ae4aad Convert QuotedPrintable class to namespace 2013-02-10 15:47:48 +02:00
Vladimir Kolesnikov
4e2d1446dd Fix memory leak 2013-02-10 15:41:39 +02:00
Vladimir Kolesnikov
49a43f2370 Make test app console 2013-02-10 15:40:10 +02:00
Vladimir Kolesnikov
3b4ec583fa Removed mimepart.cpp.autosave from the project 2013-02-10 15:30:08 +02:00
Vladimir Kolesnikov
38f06fcb48 Added .gitignore 2013-02-10 15:29:19 +02:00
Tőkés Attila
949e1ee82a Maked setHost() and setPassword() deprecated. Some bug fixes. 2012-10-28 21:48:04 +02:00
Tőkés Attila
34883564f5 Added some state check to the connectToHost, login, sendMail,
waitForReadyConnected, waitForAuthenticated, waitForMailSent functions.
2012-10-28 21:31:34 +02:00
Tőkés Attila
49080a5a0c Added test test/connect_data.txt. 2012-10-15 21:31:16 +03:00
Tőkés Attila
baa3cb2293 Added some documentation. 2012-10-15 21:24:39 +03:00
Tőkés Attila
9e048495ba State machine implementation terminated. Added some functions
(waitForReadyConnected, waitForAuthenticated, waitForMailSent)
synchronous waiting.

Added writeToDevice() function to MimeMessage and MimePart (and
subclasses), now these are used in SmtpClient instead of toString().

Added some unit tests.
2012-09-22 20:59:27 +03:00
Attila Tőkés
afb66b4fff Added support for synchronous mode: waitForReadyConnected(),
waitForAuthenticated(), waitForMailSent().
The waitForResponse() funtion was deleted (no more needed).
2012-09-08 21:32:39 +03:00
Attila Tőkés
297f2f8178 First working version of the state machine implementation. 2012-09-08 00:07:45 +03:00
Attila Tőkés
618d583551 state machine implementation, connectToHost and login working 2012-09-07 00:28:07 +03:00
Attila Tőkés
b0e7a31b64 Started the state machine implementation. 2012-09-05 00:11:24 +03:00
Attila Tőkés
04b7054aa9 Added states for state machine implementation of SmtpClient. 2012-09-02 20:48:18 +03:00
Tőkés Attila
24ca613e47 First step of stream based implementation. 2012-09-02 20:34:07 +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