aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/smtp/SMTPCommandSet.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-291-144/+0
| | | | build.
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-10/+10
|
* Fixed compilation warnings.Vincent Richard2013-03-061-1/+1
|
* Unit tests for SMTPCommand and SMTPCommandSet. Fixed ↵Vincent Richard2013-02-121-1/+1
| | | | SMTPCommandSet::isFinished().
* Rewrote SMTP command sending. Better code for pipelining. Report full ↵Vincent Richard2013-02-121-0/+144
command text on MAIL/RCPT errors.