summary refs log tree commit diff stats
path: root/lib/pure/smtp.nim
Commit message (Expand)AuthorAgeFilesLines
* bugfixes; step one for 'var T' as return type supportAraq2011-07-281-6/+6
* preparations for 0.8.12Araq2011-07-101-0/+1
* non-nil AST; continue after errors for IDE supportAraq2011-02-121-0/+0
* cleanup: E_Base should not be used for inheriting exceptions; documentation g...Araq2011-01-151-1/+1
* Added a close function to the ssl module.dom962010-10-271-0/+5
* bugfix: typo in SMTP module; SCGI module finishedAraq2010-10-251-29/+45
* ssl.connect now returns the result of the certificate validation.dom962010-10-231-4/+3
* Added {.final.} to objects which are not meant to be inherited, and added an ...dom962010-10-231-2/+2
* Removed the assert()'s from ssl.nim, and limited lines to 80 chars.dom962010-10-231-8/+17
* Added an openssl wrapper, ssl module and smtp module.dom962010-10-231-0/+176