Screenshot Preview

eMail Wizard Toolpack - Summary

by Seekford Solutions - Product Type: Component / ActiveX OCX / ActiveX DLL / ASP

Seekford Solutions component products are being retired on June 30th, 2011 and will not be available for purchase after that date. If you wish to buy a license, please do so before June 30th, 2011.

Summary

eMail Wizard Toolpack by Seekford Solutions

URLs: seekford-email-wizard-toolpack, seekford email wizard toolpack, seekfordemailwizardtoolpack, seekford

Send and receive email quickly and efficiently, even using SSL. eMail Wizard Toolpack allows you to use SMTP and POP3 servers easily. Send HTML mail, attachments and more. Also receive and decode emails and get the attachments and html bodies. You can also encode and decode base64, uuencode, yenc, URL, SHA-1, MD-5, Quoted-Printable, and Binary to Hex. You also get support for MIME or MultiPart Internet Messages. This Toolpack comes with MIME Wizard, SMTP Wizard SSL, POP3 Wizard SSL, and Encoder Wizard.

Email Wizard Toolpack is a collection of four controls that will let you send and receive electronic mail quickly and efficiently. It is a subset of the IP Wizard Toolpack

POP3 Wizard SSL allows you to receive mail from any POP3 server. It even has a special Message object which allows you to interpret the message, read the headers, and even save attached files. Also lets you easily get the HTML or Plaintext body of a message. You are also able to communicate using SSL so that hackers can't read your messages

SMTP Wizard SSL gives you control over sending messages. With the special SMTPMessage object, you can modify headers, set the message body, and even attach files. It now has the easy capability of sending HTML messages as well as the traditional plain-text messages. You are also able to communicate using SSL so that hackers can't read your messages

Encoder Wizard allows you to encode and decode text from and to Base64, Quoted-Printable, UEncode, yEnc, URL, SHA-1, MD-5, and Binary 3 Hex. You can use this to encode your own custom messages and have it in a proper format for transmission through email gateways. Except for the digest algorithms (which are one-way), Encoder wizard can also decode all the data back to its original form

MIME Wizard allows you to create and parse MIME messages with an easy to use object model. Using the standards for MultiPart Internet Messages you can build simple or complex messages

This toolpack not only gives you all you need for email functionality, it also provides an economical way of getting your project going quickly with a high ROI. This toolpack saves months and months of man hours not to mention the debugging nightmares with non compliant servers that Seekford Solutions have already encountered and handled.

This control works with any ActiveX container and even works in ActiveX scriptable languages such as VBScript.

SMTP Wizard SSL V3

SMTP wizard SSL v3 allows you to be able to access an SMTP server with minimal knowledge of how SMTP works and very little code. There are many features for simplifying tasks of accessing and utilizing an SMTP server. The control talks directly with the SMTP servers and completely bypasses MAPI and any of the problems that MAPI has.(i.e. Security dialogs and other nuisances)

SMTP Wizard SSL v3 allows you to:

Be used in a scriptable language such as VBScript

Use Secure Password Authentication for logins

Utilize the features of ESMTP

Get the server abilities

Send very large messages

Verify that each recipient is valid, otherwise choose whether to proceed

Use every command that SMTP protocol supports.

Comes with SMTPMessage object which makes creating an RFC 833 compliant message incredibly easy

Custom headers and values

Multiple TO , CC and BCC recipients

Add file attachments

Communicate over secure channels when talking to a SSL enabled server

Send HTML and regular plain-text messages

Send the messages Asynchronously freeing your application to do other work

Plus more

Simple Mail Transport Protocol Wizard lets you send mail with ease. The SMTPMessage object gives you quick access to building a message, adding files to it, and sending it through a mail server.

Your project can easily send out email notifications, error reports, customer responses, and a whole lot more.

This control works with any ActiveX container and even works in ActiveX scriptable languages such as VBScript.

POP3 Wizard SSL V3

POP3 wizard SSL allows you to be able to access a POP3 server with minimal knowledge of how POP3 works and very little code. There are many features for simplifying tasks of accessing an POP3 server.

POP3 Wizard SSL allows you to:

Be used in a scriptable language such as VBScript

Get Drop Listings

Find out how many messages are there without downloading anything

Use Secure Password Authentication for logins

Get Scan listings

Get Full messages or just the headers

Get the Unique Identifiers for messages

Delete messages

Use every command that POP3 protocol supports.

Secure Socket Layer(SSL) Channel Encryption Supported

Plus added features for parsing headers of messages.

HTML, PlainText Body parsing

Save attachments and messages to disk

The Post Office Protocol v3 Wizard allows for a great deal of control over your messages. You can download messages and quickly access the key features of them you want, like grabbing those file attachments.

This component makes it easy for you write a program that incorporates watching a mail drop for specific information, receive sent files and data, and much more.

This control works with any ActiveX container and even works in ActiveX scriptable languages such as VBScript.

MIME Wizard V3

MIME Wizard gives you the power of both creating and parsing Multipart Internet Messages. The object model breaks down the format of the message into easy to manage parts. You can easily and quickly make a MIME compliant message that has attachments, or the text/html alternative view. It easy to create whatever message you need as well as read them back. You can read in other MIME message and quickly and easily extract the data you want since it gets broken down into its parts automatically.

This control has many features and a good design which facilitates in the implementation of your needs with little effort. It pays for itself almost immediately saving you the pain and hassle of having to write a great deal of code to handle the intricacies of the format standard.

Encoder Wizard V3

Encoder Wizard is a collection of two ActiveX (ocx) controls, Encoder Wizard and Decoder Wizard. These two controls allow you to fully support the Base64, Quoted-Printable, UUEncode, yEnc, MD5, URL, SHA-1, and Binary 3 Hex encoding methods. You can Encode and Decode data quickly and intelligently.

Base 64 is the Encoding Method usually used for Binary files in MIME messages. It is also used to encode data for special characters across telnet connection to certain servers

Quoted-Printable is used to encode text for transmission across certain mail servers. It is also commonly used in MIME messages

UUEncode is the data encoding mechanism used by Unix systems for encapsulating binary data so that it can transported safely across network connections

yEnc is a recently created encoding method that is now used a lot in newsgroups since it is significantly more efficient for data storage than the UUEncode format. yEnc takes advantage of being able to use 8 bit encoding as opposed to the more restricted form of 7bit encoding used by UUEncode

MD5 is a message digest hash algorithm that is used for validation and verification of message integrity. It creates a highly unique 16 byte (138 bit) digest from a set of data that is almost impossible to recreate without the same exact input data

URL encoding is used by Web servers to contain all types of data for transmission through the http protocol. It is generally used to encode url access specifiers and form post data values

SHA-1 is another highly secure message digest algorithm used by the United States Government. It is now a publicly open algorithm which uses a 160 bit or 30 byte digest. The hash from any set of data less than 3^64 bytes in length provides a unique hash that is only creatable by the unique byte order

Binary 3 Hex is a conversion process that converts binary data to a hex string representation of that input data. This allows for conversion from and to the most common transmission of digest strings and other such data. It is a also an effective way of transmitting binary data to a string storage mechanism in a safe way since it only uses the characters 0-9 and a-f

Encoder Wizard and Decoder Wizard can manipulate these formats easily. Decoder Wizard also recognizes when a UUEncoded data file is read from a Unix encoder and properly reads the data. It also has the ability to parse the full content of multi-part yEnc encoded messages.

Seekford Solutions Platinum Subscription offers you the ability to use every ActiveX and .NET product Seekford Solutions has available. You get free upgrades, revisions, and any new products released while you have an active subscription. You also get free prioritized technical support. Each subscription lasts one year, renewable.

Seekford Solutions component products are being retired on June 30th, 2011 and will not be available for purchase after that date. If you wish to buy a license, please do so before June 30th, 2011.

Send and receive email quickly and efficiently, even using SSL.

Evals & Downloads: Read the SMTP Wizard help file, Read the POP3 Wizard help file, Read the MIME Wizard help file, Read the Encoder Wizard help file

Operating System for Deployment: Windows XP, Windows ME, Windows 2000, Windows 98, Windows NT 4.0

Architecture of Product: 32Bit

Product Type: Component

Component Type: ActiveX OCX, ActiveX DLL

Application Type: ASP

Built Using: MFC V4.2 / V6.0

General: Internet Enhanced, Includes Digital Signature, Supports Apartment Model Threading

Compatible Containers: Microsoft Visual Studio .NET, Microsoft Visual Studio 6.0, Microsoft Visual Studio 97, Microsoft Visual Basic .NET, Microsoft Visual Basic 6.0, Microsoft Visual Basic 5.0, Microsoft Visual C++ .NET, Microsoft Visual C++ 6.0, Microsoft Visual C++ 5.0, Microsoft Visual C# .NET, Microsoft Visual InterDev 6.0, Microsoft Visual FoxPro 6.0, Microsoft Visual FoxPro 5.0, Microsoft ActiveX Control Pad, Microsoft Office XP, Microsoft Office 97, Microsoft Access 2002, Microsoft Access 2000, Microsoft Access 97, Microsoft Outlook 2002, Microsoft Outlook 2000, Microsoft Internet Information Server 5.0, Microsoft Internet Information Server 4.0, Microsoft FrontPage, Microsoft Internet Explorer 6.0, Microsoft Internet Explorer 5.5, Microsoft Internet Explorer 5.0, .NET Framework 1.0

Product Class: Business Components

Keywords: Asynchronous operation Internet Communication web www net server online on-line messaging SSL TCP IP E-mail email e mail messaging messages mail electronic modem sending retrieving receive aspmail secure ciphertext decryption password MailWizard Encode en

Seekford Solutions

e-mail email e mail mail

Internet Communication IP comms

Product Suites Suite bundles bundle

Secure Email e-mail e mail

Product Search

Enter search words:

Why buy from ComponentSource?

ComponentSource offers a unique global service, used by over 1,000,000 software developers worldwide.

More Info | About Us