wodMailbox ActiveX component

Mailbox ActiveX Component (MIME BASE64, BINHEX, UUDECODE, QUOTED-PRINTABLE decoding)


Download

Try it out for 30 days.

Get updates

Already bought wodMailbox? Get latest update here.

Description

Go back to product description.

wodMailbox Component
---------------------


2.2.6 August 29, 2019
* Fix in attachment base64 encoding where newline was missing

2.2.5 May 25, 2012
* Fix in decoding QP headers where _ was ignored

2.2.4 December 1, 2011
* Improved Quoted-Printable decoding when invalid data
	is found in the message

2.2.3 November 22, 2011
* Fixed crash that could occur due to malformed message

2.2.2 January 5, 2011
* Fix with s/mime signed messages where component failed to locate
	PlainText part
* Fix in attachment count in s/mime signed messages

2.2.1 January 26, 2010
* Distribution now contains x86 and x64 binaries

2.2.0 December 1, 2009
* Binaries are from now on recompiled in VS 2008

2.1.7 June 27, 2009
* Fix in detection of empty headers
* Fix for unicode-1-1-utf7 encoding in headers

2.1.6 April 29, 2009
* Fix in invalid detection of the boundary, if boundary was not alone
	in the text line

2.1.5 February 17, 2009
* Fixed an issue with detection of quoted-printable encoded attachments
* Quoted-printable decoding fix

2.1.4 May 6, 2008
* Some attachments were not correctly recognized when base64 
	encoding was used

2.1.3 March 15, 2008
* Attachment count fix

2.1.2 December 20, 2007
* Removed 32k restriction in Body property

2.1.1 August 12, 2007
* Encoder and Decoder objects not support in memory operations
	on BASE64 and Quoted-Printable text

2.1.0 November 29, 2006
* Encoder and Decoder objects not support in memory operations
	on BASE64 and Quoted-Printable data

2.0.9 June 6, 2006
* Add Attachments.ScanText property

2.0.8 May 29, 2006
* Fix in DecodedText property that had small memory leak

2.0.7 August 25, 2005
* Fixed small memory leak
* Fix when component could crash if mail format was invalid

2.0.6 March 23, 2005
* Added methods for creating new messages (CreateSimpleMessage, etc..)

2.0.5 March 14, 2005
* Fix in FromName, FromEmail, ToName and ToEmail properties that returned
	invalid result for some specially formatted email addresses

2.0.4 February 1, 2005
* Added Headers.FromString, Headers.Exists and Header.FromString methods

2.0.3 December 28, 2004
* Failed to detect attachment when message was not multipart. Fixed.

2.0.2 November 2, 2004
* Changed version numbering. Last part of version now removed as build number

---- old version numbering

2.0.1.1 August 26, 2004
* Add Attachment.Part and Attachment.Size property
* All parts and their subparts will be scanned for possible attachments, 
	even when message contains attached other messages

2.0.1.0 March 1, 2004
* Fix in Message.Date property which created RFC-822 invalid format
	(missing leading 0 when hour has only one digit)

2.0.0.9 January 21, 2004
* ToName and ToEmail properties now handle multiple contacts properly

2.0.0.8 January 14, 2004
* Fix of problem when combining multipart message and was missing
	one line break - causing parts to be joined

2.0.0.7 December 12, 2003
* Fix in adding 7bit attachments which did not increate parts count

2.0.0.6 November 19, 2003
* Fix in loading badly formatted messages that caused component
	to crash while opening it

2.0.0.5 October 21, 2003
* Fix in Messages.Add method that did not put boundary between
	added messages in resulting mailbox file

2.0.0.4 October 19, 2003
* Add ActiveX version for containers that don't support COM objects
* Fix in decoding message when result was one byte too short
* Collections now support enumerations through ForEach statement in VB

2.0.0.3 September 25, 2003
* Fix when setting headers through direct properties (such as From, Subject..)
	and header did not exist

2.0.0.2 September 21, 2003
* Fix when accessing attachments when Peek method was used
	to open message

2.0.0.1 September 17, 2003
* PlainText and HTMLText properties now scan in the parts to
	locate appropriate content
* Fix in header parsing
* Fix in unicode coder
* Fix GPF on in Message.Date property

2.0.0.0 September 15, 2003
* Many improvements for Message objects
* Unicode support
* Fast access to message headers when large speeds are needed
* Direct access to message headers through properties:
	From, To, Subject, Date, Content-Type, Message-ID,
	CC, BCC, Content-Description....
* New method to Peek at the message
* ToEmail, ToName, FromEmail and FromName properties
	for easier access to recipient and server information
* HTMLText and PlainText properties that will return plaintext
	and html from the message


---------------------------------------------------------
1.0.0.8 March 2, 2003
* Fix for GPF that occured when mailbox file was invalid,
	with duplicated message start lines

1.0.0.7 October, 14, 2002
* Fix in Base64 decoding 

1.0.0.6 October 1, 2002
* Add QuotedPrintable to list of possible attachments.
* Minor fix for saving attachments.

1.0.0.5 September 28, 2002
* Body property can now be written in. You can create new message 
	somewhere else, using 3rd party program, and then just 
	assing it to Body. wodMailbox will parse it properly for you.
* Few fixes relating to reading/writing temporary files.

1.0.0.4 March 6, 2002
* Fix in Messages.Remove when CPU was utilized 100% and component 
	blocked in endless loop.

1.0.0.3 December 9, 2001
* Fix in Message.Save method where file was not saved correctly.
* Fix in setting Message.Text property where text length 
	wasn't calculated properly.
* Added new samples (2 for ASP, and one for VB).
* Added DecodedText property.
* Messages.Add doesn't require Filename anymore, and accepts 
	already created Message object.
* Minor changes in code to support above properties.

1.0.0.2 December 5, 2001
* Licensing changes.

1.0.0.1 November 15, 2001
* Initial Release.