├── ChangeLog.txt ├── changes-194.txt ├── credits.html ├── docs └── cgi │ ├── blat-cgi.htm │ ├── blat-fail.htm │ └── blat-success.htm ├── file_id.diz ├── full └── source │ ├── BF │ └── BLAT.H │ ├── BL │ └── BLAT.H │ ├── BS │ └── BLAT.H │ ├── BY │ └── BLAT.H │ ├── GSSAPI │ └── gssapi.h │ ├── attach.cpp │ ├── attach.hpp │ ├── base64.cpp │ ├── base64.hpp │ ├── blat.cpp │ ├── blat.def │ ├── blat.h │ ├── blat.rc │ ├── blat.sln │ ├── blat.vcproj │ ├── blat.vcxproj │ ├── blatcgi.cpp │ ├── blatcgi.hpp │ ├── blatdll.h │ ├── blatdll │ ├── blat.def │ ├── blat.rc │ ├── blatdll.vcproj │ ├── blatdll.vcxproj │ └── resource.h │ ├── blatext.hpp │ ├── bldhdrs.cpp │ ├── bldhdrs.hpp │ ├── buf.h │ ├── common_data.h │ ├── connections.h │ ├── declarations.h │ ├── filetype.cpp │ ├── filetype.hpp │ ├── gensock.cpp │ ├── gensock.h │ ├── gssapi_generic.h │ ├── gssfuncs.cpp │ ├── gssfuncs.h │ ├── macros.h │ ├── makeargv.cpp │ ├── makeargv.hpp │ ├── makefile │ ├── makefile.g32 │ ├── makefile.w32 │ ├── makefile.w98 │ ├── makefile.x64 │ ├── md5.c │ ├── md5.h │ ├── mime.cpp │ ├── mime.hpp │ ├── msgbody.cpp │ ├── msgbody.hpp │ ├── options.cpp │ ├── options.hpp │ ├── parsing.cpp │ ├── parsing.hpp │ ├── punycode.cpp │ ├── punycode.h │ ├── reg.cpp │ ├── reg.hpp │ ├── resource.h │ ├── sendnntp.cpp │ ├── sendnntp.hpp │ ├── sendsmtp.cpp │ ├── sendsmtp.hpp │ ├── server.cpp │ ├── server.hpp │ ├── unicode.cpp │ ├── unicode.hpp │ ├── uuencode.cpp │ ├── uuencode.hpp │ ├── win-mac.h │ ├── winfile.h │ ├── yenc.cpp │ └── yenc.hpp ├── license.txt ├── readme.txt └── syntax.txt /ChangeLog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/ChangeLog.txt -------------------------------------------------------------------------------- /changes-194.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/changes-194.txt -------------------------------------------------------------------------------- /credits.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/credits.html -------------------------------------------------------------------------------- /docs/cgi/blat-cgi.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/docs/cgi/blat-cgi.htm -------------------------------------------------------------------------------- /docs/cgi/blat-fail.htm: -------------------------------------------------------------------------------- 1 | Blat send Failed!
back 2 | -------------------------------------------------------------------------------- /docs/cgi/blat-success.htm: -------------------------------------------------------------------------------- 1 | Blat send was a Success!
back 2 | -------------------------------------------------------------------------------- /file_id.diz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/file_id.diz -------------------------------------------------------------------------------- /full/source/BF/BLAT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/BF/BLAT.H -------------------------------------------------------------------------------- /full/source/BL/BLAT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/BL/BLAT.H -------------------------------------------------------------------------------- /full/source/BS/BLAT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/BS/BLAT.H -------------------------------------------------------------------------------- /full/source/BY/BLAT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/BY/BLAT.H -------------------------------------------------------------------------------- /full/source/GSSAPI/gssapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/GSSAPI/gssapi.h -------------------------------------------------------------------------------- /full/source/attach.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/attach.cpp -------------------------------------------------------------------------------- /full/source/attach.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/attach.hpp -------------------------------------------------------------------------------- /full/source/base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/base64.cpp -------------------------------------------------------------------------------- /full/source/base64.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/base64.hpp -------------------------------------------------------------------------------- /full/source/blat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/blat.cpp -------------------------------------------------------------------------------- /full/source/blat.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/blat.def -------------------------------------------------------------------------------- /full/source/blat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/blat.h -------------------------------------------------------------------------------- /full/source/blat.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/blat.rc -------------------------------------------------------------------------------- /full/source/blat.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/blat.sln -------------------------------------------------------------------------------- /full/source/blat.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/blat.vcproj -------------------------------------------------------------------------------- /full/source/blat.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/blat.vcxproj -------------------------------------------------------------------------------- /full/source/blatcgi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/blatcgi.cpp -------------------------------------------------------------------------------- /full/source/blatcgi.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/blatcgi.hpp -------------------------------------------------------------------------------- /full/source/blatdll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/blatdll.h -------------------------------------------------------------------------------- /full/source/blatdll/blat.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/blatdll/blat.def -------------------------------------------------------------------------------- /full/source/blatdll/blat.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/blatdll/blat.rc -------------------------------------------------------------------------------- /full/source/blatdll/blatdll.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/blatdll/blatdll.vcproj -------------------------------------------------------------------------------- /full/source/blatdll/blatdll.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/blatdll/blatdll.vcxproj -------------------------------------------------------------------------------- /full/source/blatdll/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/blatdll/resource.h -------------------------------------------------------------------------------- /full/source/blatext.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/blatext.hpp -------------------------------------------------------------------------------- /full/source/bldhdrs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/bldhdrs.cpp -------------------------------------------------------------------------------- /full/source/bldhdrs.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/bldhdrs.hpp -------------------------------------------------------------------------------- /full/source/buf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/buf.h -------------------------------------------------------------------------------- /full/source/common_data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/common_data.h -------------------------------------------------------------------------------- /full/source/connections.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/connections.h -------------------------------------------------------------------------------- /full/source/declarations.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/declarations.h -------------------------------------------------------------------------------- /full/source/filetype.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/filetype.cpp -------------------------------------------------------------------------------- /full/source/filetype.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/filetype.hpp -------------------------------------------------------------------------------- /full/source/gensock.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/gensock.cpp -------------------------------------------------------------------------------- /full/source/gensock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/gensock.h -------------------------------------------------------------------------------- /full/source/gssapi_generic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/gssapi_generic.h -------------------------------------------------------------------------------- /full/source/gssfuncs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/gssfuncs.cpp -------------------------------------------------------------------------------- /full/source/gssfuncs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/gssfuncs.h -------------------------------------------------------------------------------- /full/source/macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/macros.h -------------------------------------------------------------------------------- /full/source/makeargv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/makeargv.cpp -------------------------------------------------------------------------------- /full/source/makeargv.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/makeargv.hpp -------------------------------------------------------------------------------- /full/source/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/makefile -------------------------------------------------------------------------------- /full/source/makefile.g32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/makefile.g32 -------------------------------------------------------------------------------- /full/source/makefile.w32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/makefile.w32 -------------------------------------------------------------------------------- /full/source/makefile.w98: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/makefile.w98 -------------------------------------------------------------------------------- /full/source/makefile.x64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/makefile.x64 -------------------------------------------------------------------------------- /full/source/md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/md5.c -------------------------------------------------------------------------------- /full/source/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/md5.h -------------------------------------------------------------------------------- /full/source/mime.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/mime.cpp -------------------------------------------------------------------------------- /full/source/mime.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/mime.hpp -------------------------------------------------------------------------------- /full/source/msgbody.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/msgbody.cpp -------------------------------------------------------------------------------- /full/source/msgbody.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/msgbody.hpp -------------------------------------------------------------------------------- /full/source/options.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/options.cpp -------------------------------------------------------------------------------- /full/source/options.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/options.hpp -------------------------------------------------------------------------------- /full/source/parsing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/parsing.cpp -------------------------------------------------------------------------------- /full/source/parsing.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/parsing.hpp -------------------------------------------------------------------------------- /full/source/punycode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/punycode.cpp -------------------------------------------------------------------------------- /full/source/punycode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/punycode.h -------------------------------------------------------------------------------- /full/source/reg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/reg.cpp -------------------------------------------------------------------------------- /full/source/reg.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/reg.hpp -------------------------------------------------------------------------------- /full/source/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/resource.h -------------------------------------------------------------------------------- /full/source/sendnntp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/sendnntp.cpp -------------------------------------------------------------------------------- /full/source/sendnntp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/sendnntp.hpp -------------------------------------------------------------------------------- /full/source/sendsmtp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/sendsmtp.cpp -------------------------------------------------------------------------------- /full/source/sendsmtp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/sendsmtp.hpp -------------------------------------------------------------------------------- /full/source/server.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/server.cpp -------------------------------------------------------------------------------- /full/source/server.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/server.hpp -------------------------------------------------------------------------------- /full/source/unicode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/unicode.cpp -------------------------------------------------------------------------------- /full/source/unicode.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/unicode.hpp -------------------------------------------------------------------------------- /full/source/uuencode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/uuencode.cpp -------------------------------------------------------------------------------- /full/source/uuencode.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/uuencode.hpp -------------------------------------------------------------------------------- /full/source/win-mac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/win-mac.h -------------------------------------------------------------------------------- /full/source/winfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/winfile.h -------------------------------------------------------------------------------- /full/source/yenc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/yenc.cpp -------------------------------------------------------------------------------- /full/source/yenc.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/full/source/yenc.hpp -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/license.txt -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/readme.txt -------------------------------------------------------------------------------- /syntax.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbeu/Blat/HEAD/syntax.txt --------------------------------------------------------------------------------