index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
smtp.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
SMTP sync/async deduplication
Emery Hemingway
2017-03-07
1
-114
/
+58
*
Improve SMTP testing
Federico Ceratto
2016-11-24
1
-19
/
+43
*
Make SMTP example compile
def
2016-04-24
1
-5
/
+7
*
lib: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-30
/
+30
*
Don't run non-test code when defined(testing)
Oleh Prypin
2015-04-21
1
-1
/
+1
*
Fixed typo which prevented to send mails via AsyncSmtp
jschweinsberg
2015-03-22
1
-1
/
+1
*
Fix some deprecation warnings caused by renames
def
2014-11-13
1
-20
/
+20
*
Added async implementation for smtp module.
Dominik Picheta
2014-08-31
1
-18
/
+106
*
Async SSL support.
Dominik Picheta
2014-08-31
1
-1
/
+4
*
big rename
Araq
2014-08-27
1
-11
/
+13
*
fixes #735
Araq
2014-02-02
1
-1
/
+3
*
Fixed recvLine deprecation warnings.
Dominik Picheta
2013-04-14
1
-13
/
+5
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
Fixed compilation of smtp module.
Dominik Picheta
2012-07-25
1
-1
/
+2
*
Sockets are now buffered and have ssl support through openssl.
Dominik Picheta
2012-06-03
1
-36
/
+19
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
sockets.recv optimizations; stdlib now supports taint mode
Araq
2011-09-24
1
-6
/
+6
*
bugfixes; step one for 'var T' as return type support
Araq
2011-07-28
1
-6
/
+6
*
preparations for 0.8.12
Araq
2011-07-10
1
-0
/
+1
*
non-nil AST; continue after errors for IDE support
Araq
2011-02-12
1
-0
/
+0
*
cleanup: E_Base should not be used for inheriting exceptions; documentation g...
Araq
2011-01-15
1
-1
/
+1
*
Added a close function to the ssl module.
dom96
2010-10-27
1
-0
/
+5
*
bugfix: typo in SMTP module; SCGI module finished
Araq
2010-10-25
1
-29
/
+45
*
ssl.connect now returns the result of the certificate validation.
dom96
2010-10-23
1
-4
/
+3
*
Added {.final.} to objects which are not meant to be inherited, and added an ...
dom96
2010-10-23
1
-2
/
+2
*
Removed the assert()'s from ssl.nim, and limited lines to 80 chars.
dom96
2010-10-23
1
-8
/
+17
*
Added an openssl wrapper, ssl module and smtp module.
dom96
2010-10-23
1
-0
/
+176