Blat full changelog
Blat 3.2.22
released Jul 22, 2019 (New Release)
Added new command line options -msgid and -addch2bin. The -msgid option takes a string which will be used in the Message-ID: header instead of the string created by Blat. The string will work best when enclosed by quotation marks ("). This request came from Christophe Ross on SourceForge.net, for use in sending control messages. For example:
-msgid "ThisIsAUniqueMsgId"
Heiko Mück, also on SourceForge.net, requested the ability to add charset="utf-8" to the Content-Type: header for binary attachments. This request allows him to be certified with his recipient. It seems to me his recipient might be receiving a mixture of ASCII and UTF-8 files from different locations, and want some to force senders to use UTF-8 for binary attachments (XML files).
-msgid "ThisIsAUniqueMsgId"
Heiko Mück, also on SourceForge.net, requested the ability to add charset="utf-8" to the Content-Type: header for binary attachments. This request allows him to be certified with his recipient. It seems to me his recipient might be receiving a mixture of ASCII and UTF-8 files from different locations, and want some to force senders to use UTF-8 for binary attachments (XML files).
Blat 3.2.19
released Nov 21, 2017 (New Release)
Added -MDN option that allows Blat to be used for sending Message. Disposition Notifications in response to incoming emails through a third party email client. Supported MDN types are defined in RFCs 2298, 3798, and 8098. The defined types are: displayed, dispatched, processed, deleted, denied, and failed. When -MDN option is used with any of these six values, the message headers will indicate "MDN-sent-automatically" along with the requested MDN type, as part of a multipart MIME message. This option will not work with attachments or embedded files.
When using -priority with a zero value, Blat will set message headers "Priority: non-urgent" and "Importance: low". Blat has for years set these message headers "Priority: normal" and "Importance: normal" whenever priority was defined to be zero. Nissl Reinhard indicated Microsoft Outlook 2013 has been treating Blat messages as normal priority instead of the intended low priority.
When using -priority with a zero value, Blat will set message headers "Priority: non-urgent" and "Importance: low". Blat has for years set these message headers "Priority: normal" and "Importance: normal" whenever priority was defined to be zero. Nissl Reinhard indicated Microsoft Outlook 2013 has been treating Blat messages as normal priority instead of the intended low priority.
Blat 3.2.10
released Oct 20, 2015 (New Release)
Blat 3.1.1
released Feb 27, 2013 (New Release)
[+] when parsing the command line, if the first character is a forward slash
(/), this is changed to a hyphen. BEWARE that this _will_ effect text
within strings, such as your subject line and message body.
[+] allow the use of normal command line options with -install. For example:
blat -install -server smtp.xyz.com -u me -pw goaway -try 1 -port 900
-f myemailaddy
[+] added -nomps to disable automatic multipart messages. If the message is
larger than the SMTP allows, Blat will exit with code 14.
[+] added support for Unicode files as the message body. The file content will
be converted to UTF-7 and the Charset changed also.
[+] added -attachI to allow inline text attachments, similar to the former
definition of -attachT.
[+] for the .DLL, created a cSend() entry point that uses C style entry/exit
code, for an Oracle database application.
[*] changed some of the help text, hoping to make it clearer.
(/), this is changed to a hyphen. BEWARE that this _will_ effect text
within strings, such as your subject line and message body.
[+] allow the use of normal command line options with -install. For example:
blat -install -server smtp.xyz.com -u me -pw goaway -try 1 -port 900
-f myemailaddy
[+] added -nomps to disable automatic multipart messages. If the message is
larger than the SMTP allows, Blat will exit with code 14.
[+] added support for Unicode files as the message body. The file content will
be converted to UTF-7 and the Charset changed also.
[+] added -attachI to allow inline text attachments, similar to the former
definition of -attachT.
[+] for the .DLL, created a cSend() entry point that uses C style entry/exit
code, for an Oracle database application.
[*] changed some of the help text, hoping to make it clearer.
Blat 3.1.0
released Feb 4, 2013 (New Release)
Blat 3.0.6
released Jun 21, 2012 (New Release)
[+] when parsing the command line, if the first character is a forward slash
(/), this is changed to a hyphen. BEWARE that this _will_ effect text
within strings, such as your subject line and message body.
[+] allow the use of normal command line options with -install. For example:
blat -install -server smtp.xyz.com -u me -pw goaway -try 1 -port 900
-f myemailaddy
[+] added -nomps to disable automatic multipart messages. If the message is
larger than the SMTP allows, Blat will exit with code 14.
[+] added support for Unicode files as the message body. The file content will
be converted to UTF-7 and the Charset changed also.
[+] added -attachI to allow inline text attachments, similar to the former
definition of -attachT.
(/), this is changed to a hyphen. BEWARE that this _will_ effect text
within strings, such as your subject line and message body.
[+] allow the use of normal command line options with -install. For example:
blat -install -server smtp.xyz.com -u me -pw goaway -try 1 -port 900
-f myemailaddy
[+] added -nomps to disable automatic multipart messages. If the message is
larger than the SMTP allows, Blat will exit with code 14.
[+] added support for Unicode files as the message body. The file content will
be converted to UTF-7 and the Charset changed also.
[+] added -attachI to allow inline text attachments, similar to the former
definition of -attachT.
Blat 3.0.2
released Apr 9, 2012 (New Release)
· Changed subject handling to use Buf class, and to convert to UTF-8 right away, if necessary.
· Added quot;*** Warning ***quot; to certain messages related to authentication and message size. Added quot;*** Error ***quot; to additional messages related to
· authentication.
· Changed error messages related to opening / reading files to more accurately tell what the problem is. Previously, these messages simply said quot;Error reading ...quot;.
· Fixed a potential crash with the network connection code when an error occurs with the network.
· Fixed -tf/-cf/-bf option to permit Unicode file content.
· Added quot;*** Warning ***quot; to certain messages related to authentication and message size. Added quot;*** Error ***quot; to additional messages related to
· authentication.
· Changed error messages related to opening / reading files to more accurately tell what the problem is. Previously, these messages simply said quot;Error reading ...quot;.
· Fixed a potential crash with the network connection code when an error occurs with the network.
· Fixed -tf/-cf/-bf option to permit Unicode file content.
Blat 2.7.6
released Nov 2, 2011 (New Release)
· Make sure all uses of strncpy() properly terminate the target string, to eliminate a potential memory overrun.
· Attempt to fix a potential problem with time zone adjustments in the Date: header for locations that do not have daylight savings time.
· Fixed a memory leak in gensock_connect(), introduced at version 2.6.0.
· Attempt to fix a potential problem with time zone adjustments in the Date: header for locations that do not have daylight savings time.
· Fixed a memory leak in gensock_connect(), introduced at version 2.6.0.
Blat 2.6.2
released Feb 25, 2007 (New Release)
o New feature only if it is not attractive to UCE/SPAM
o Maintain the registry (-install) as an option.
o Keep Blat alive
o Maintain the registry (-install) as an option.
o Keep Blat alive
Blat for Windows 7 - free download notice
Windows 7 Download periodically updates software information of Blat from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
WinX HD Video Converter
56% Off -
MacX Media Management Bundle
70% Off -
MacX MediaTrans
63% Off -
WinX DVD Ripper
50% Off -
WinX DVD Copy Pro
42% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Turbo-Mailer 2.7.10
- Microsoft Outlook 2010 14.0.4760.1000
- Yahoo! Zimbra Desktop 7.3.3
- Mulberry 4.0.8
- Thunderbird 115.12.2
- Pooka 2.0 B080505
- SpamBayes 1.1a6
- YPOPs! 0.9.7.3
- Microsoft Outlook 2016 16.0.6741
- The Bat! Home Edition 11.3
- DreamMail 6.7.1.6
- The Bat! Professional Edition 11.3
- Affixa 3.2024.12.18
- LWBlat GUI 1.4.3
- Auto Mail Sender 18.4
- Mail Print 3.0 B3103
- Mail Commander Pro 10.6
- BulkSender - Lite Edition 4.4.1
- SMTP Mailer PRO 7.0.0.117
- Becky! Internet Mail 2.81.06
Popular Tags
email marketing
crawler
download
mass
email
e mail
spider
calendar
pop3
client
email client
attachments
outlook
smtp
mailer
sender
messaging
ssl
email software
mailing
email sender
mail
email verifier
bulk
newsletter
imap
bulk email
remailer
marketing
robot
Popular Windows 7 Software
- WhatsApp for PC 2.2419.11.0
- MigrateEmails PST Recovery Tool 20.0
- Professional Group SMS Messaging Tool 9.2.4.4
- Multiple Devices Bulk SMS Messaging Tool 9.3.2.33
- Bulk SMS Messenger Software 5.0.1.6
- Turbo Mailer 2.7.10
- EaseUS MobiUnlock 3.3.2.25150
- Convert MBOX to DOCX for Outlook 5.0
- Outlook PST Repair and Converter Tool 5.5
- Convert EML to PDF for Outlook 5.0
- SMS Application for Android 7.0.1.4
- Aryson Outlook Email Recovery 19.2
- GSM Mobile Phone SMS Messaging Tool 10.2.4.6
- Turbo-Mailer 2.7.10
- Miranda IM (x64 bit) 0.10.80.0
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.