| Product Information
|
 |
|
|
| Developer Tools
|
 |
|
|
| Resources
|
 |
|
|
| About Seekford
|
 |
|
|
| Quick Support
|
 |
|
|
Send Me To Iraq?
Save Me from Iraq? |
Email Wizard Toolpack Wizard v3
Do you have a license for Email Wizard Toolpack?
Current Subscribers - Access the Subscription
Center
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. More
Info .
-
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.
More Info
-
Encoder Wizard allows you to encode and decode
text from and to Base64, Quoted-Printable, UUEncode, 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. More Info
-
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. More
Info
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 we 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 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.
Related Articles
You can read an article about how
to send mail from your app by clicking here!
|
|
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 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.
Please take
advantage of our non-crippled* evaluation copies to assess for yourself the why
we think Seekford Solutions has the greatest technology.
|
|
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 accross telnet connection to
certain servers.
-
Quoted-Printable
is used to encode text for transmission accross 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 accross 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 webservers 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.
|
|
|