aboutsummaryrefslogtreecommitdiff
path: root/src/smtp.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Couple bug fixes.Diego Nehab2007-03-121-9/+15
|
* Chose option 1) for http.lua.Diego Nehab2006-03-141-1/+1
| | | | Need to fix everything to make sure it works with the new compat-5.1
* Few tweaks in installation, some missing files, etc.Diego Nehab2005-11-221-21/+21
|
* Bugs sent by David.Diego Nehab2005-10-051-1/+0
|
* Compiled on Windows. Fixed a bunch of stuff. Almost ready to release.Diego Nehab2005-08-231-24/+25
| | | | | Implemented a nice dispatcher! Non-blocking check-links and forward server use the dispatcher.
* Final push for release...Diego Nehab2005-08-121-16/+13
|
* Working on the manual.Diego Nehab2005-06-141-2/+2
|
* Stupid bug in http.lua.Diego Nehab2005-06-121-1/+1
|
* Almost ready to release beta3Diego Nehab2005-01-021-1/+1
|
* Last line of modules was simplified.Diego Nehab2004-12-231-1/+1
|
* Changes due to new compat-5.1Diego Nehab2004-12-231-2/+2
|
* Almost ready for beta3Diego Nehab2004-11-271-10/+15
|
* Using new module scheme. Still needs fine tuning.Diego Nehab2004-09-271-2/+8
|
* Few extra changes.Diego Nehab2004-06-221-1/+4
|
* tiny bug...Diego Nehab2004-06-191-1/+1
|
* 2.0 alpha RELEASED!Diego Nehab2004-06-181-3/+4
|
* Implemented safe exceptions. This looks preeety good.Diego Nehab2004-06-181-31/+33
|
* smtp.c was eatten by mime.cDiego Nehab2004-06-171-12/+1
|
* Still work to do in the manual...Diego Nehab2004-06-161-3/+30
|
* Fixed smtp.lua loading.Diego Nehab2004-06-161-4/+2
| | | | | Adjusted tftp module. Added some comments.
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-24/+26
| | | | | | | Implemented new distribution scheme. Select is now purely C. HTTP reimplemented seems faster dunno why. LTN12 functions that coroutines fail gracefully.
* Só pra não perder se der merda.Diego Nehab2004-06-041-15/+26
|
* Fine tuning the "require" business.Diego Nehab2004-05-301-2/+3
|
* Changed require"luasocket" to require"socket".Diego Nehab2004-05-281-1/+1
|
* Almost there.Diego Nehab2004-05-281-2/+4
|
* Committing with require.Diego Nehab2004-05-281-10/+12
|
* Working with in the manual.Diego Nehab2004-05-261-3/+3
|
* FTP low-level working.Diego Nehab2004-05-251-25/+65
| | | | | SMTP connection oriented working. ltn12 improved.
* Adjusted some details, got rid of old files, added some new.Diego Nehab2004-03-221-21/+22
|
* Adjusted some fine details.Diego Nehab2004-03-191-3/+3
|
* Seems to be working.Diego Nehab2004-03-191-48/+90
|
* Message source in smtp.lua is a work of art.Diego Nehab2004-03-181-119/+74
|
* New filter scheme.Diego Nehab2004-03-161-1/+1
| | | | | ltn12 and mime updated. smtp/ftp broken.
* Worked on the manual.Diego Nehab2004-02-041-1/+5
| | | | | Implemented stuffing (needs test) Added cddb and qp examples.
* First version of generic SMTP code and of the base64 encoding.Diego Nehab2003-10-211-286/+129
| | | | Gonna rewrite the base64 stuff (found a better way).
* Adjusted a few inconsistencies with the manual.Diego Nehab2003-08-161-6/+6
|
* Finished implementation of LuaSocket 2.0 alpha on Linux.Diego Nehab2003-06-261-1/+1
| | | | Some testing still needed.
* Porting to LUA 5.0 finalDiego Nehab2003-05-251-20/+19
|
* Closer to release...Diego Nehab2003-03-281-1/+0
|
* Finish port to Lua 5. Everything is working fine.Diego Nehab2003-03-201-10/+11
| | | | Still doesn't work in Windows.
* Already compiling and running for Lua 5.0 (alpha)Diego Nehab2002-12-021-1/+1
|
* Updated for Lua 4.1-w3.Diego Nehab2002-07-081-32/+32
|
* Updated for LuaSocket 1.4, following LTN7 etc.Diego Nehab2001-09-121-150/+153
| | | | Module is now automaticaly tested.
* debug code removed.Diego Nehab2001-06-111-3/+0
|
* BUG: multi-line replies were not supported.Diego Nehab2001-03-271-338/+315
| | | | Error logic simplified.
* Initial revisionDiego Nehab2000-12-291-0/+338