Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #15177, the error message is now what it should have been (#15195) | Andreas Rumpf | 2020-08-17 | 1 | -3/+2 |
| | |||||
* | smtp: Fix STARTTLS, request HELO once TLS is established (#15032) | Mildred Ki'Lya | 2020-07-22 | 1 | -3/+9 |
| | |||||
* | fix several newline problems (#15028) [backend] | Miran | 2020-07-21 | 1 | -1/+26 |
| | | | | * prevent newlines where they shouldn't be * 'contentLength' shouldn't be negative | ||||
* | Make debugSend/debugRecv procs public. Fixes #12189 (#12190) | Chris Heller | 2020-04-22 | 1 | -3/+37 |
| | | | | | | | * Make debugSend/debugRecv procs public. Fixes #12189 * Make checkReply proc public. Part of #12189 * Add doc comments for debugSend,debugRecv and checkReply | ||||
* | [backport] run nimpretty on web stuff | narimiran | 2019-09-30 | 1 | -4/+4 |
| | |||||
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -1/+1 |
| | |||||
* | smtp: renamed starttls to startTls | Araq | 2019-09-21 | 1 | -4/+4 |
| | |||||
* | [bugfix] Fix smtp.nim unhandled exception (#11498) | Phạm Ngọc Quang Nam | 2019-06-19 | 1 | -2/+1 |
| | |||||
* | Add starttls for smtp (#11500) | Phạm Ngọc Quang Nam | 2019-06-16 | 1 | -0/+27 |
| | | | | | | * Add starttls for smtp * Update smtp.nim | ||||
* | fixes #9728 | Araq | 2018-11-16 | 1 | -6/+16 |
| | |||||
* | rework the exception hierarchy; refs #8363 | Andreas Rumpf | 2018-08-10 | 1 | -4/+2 |
| | |||||
* | remove deprecated stuff from the stdlib; introduce better deprecation warnings | Araq | 2018-05-05 | 1 | -2/+0 |
| | |||||
* | SMTP sync/async deduplication | Emery Hemingway | 2017-03-07 | 1 | -114/+58 |
| | | | | | Deduplicate synchronous and asynchronous code with the multisync pragma. Pass address and port at connect rather than ``new(Async)Smtp``. | ||||
* | Improve SMTP testing | Federico Ceratto | 2016-11-24 | 1 | -19/+43 |
| | | | | Test both sync and async email delivery | ||||
* | 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 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | 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 ↵ | Araq | 2011-01-15 | 1 | -1/+1 |
| | | | | generator generates dependencies section | ||||
* | 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 |
| | | | | OSError() when recvLine fails. | ||||
* | 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 |