|
|
eMail Broadcast freeware for home office personal PC | Bounce email
manager
freeware for returned emails |
STOP SPAM |
|
|
|
|
Message Encoding Binary dataMessage encoding binary data is often represented by 8 bit characters and some computers on the Internet are unable to transfer data represented by 8 bit characters. Therefore, the encoding process must convert 8 bit characters into smaller characters for sending across the Internet and then re-convert back to 8 bit characters by the receiving computer.Base 64, UUencode and Quoted Printable are the most popular (there are several types of data encoding). Since many Internet email infrastructure was not designed to handle email messages containing binary information like file attachments--they are converted into a format that is compatible with computers on the Internet and this conversion process is called encoding. Base 64 is generally used to encode binary attachments with MIME formatted messages and transforming 8 bit characters into 6 bit characters--which are compatible with the Internet infrastructure (will approximately increase data size to 130%) compared to the original. UUencode (Unix to Unix) is an older form of data encoding that transforms 8 bit data into characters that are compatible with the Internet infrastructure. And most mail systems that support Base 64 are also backwards compatible with Uuencode--which can only be understood by some older mail systems. Quoted Printable encoding is suitable when small portions of the message data are stored into 8 bit characters, usually for text message that consists of characters less than 8 bits--normally for the message body text. Quoted Printable encoding is designed to transform 8 bit characters into characters compatible with the Internet, similar to Uuencode or Base 64 -- the difference is that “Quoted Printable” does not convert all the characters of the message, it only transforms characters which use more than 7 bits and any 8 bit characters are split into two or three smaller characters.
RFC-822 Message StructureEmail messages are text files formatted to specifications outlined in RFC 821 (Request For Comment) documents, that describes in detail how messages should be formatted and how systems should communicate with each other by following these guidelines. An email message has the following parts: RFC-822 Message Header and Message Data RFC-822 Message Header is the first part all email messages, it specify the many options of the message and includes the subject line and headers are not required to be placed in any particular order. A MIME formatted message may contain many parts and each part may contain its own header and in the message data section. Example of a Message Header: Reply-To: "Service" <service@bouncemailmanager.com> From: "Tony" <service@bouncemailmanager.com> To: "Wendy" <support@mailsbroadcast.com> CC: "CEO" <ceo@mailsbroadcast.com> Subject: I am getting too many bounce mails. Date: Mon, 11 Nov 2002 12:38:23 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 1 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
|
|
|
| |
Message Data following after the message headers is the “Message Data”--the composed message body text and any file attachment information. Below here is an example of a message body without files attachments:I need further information about bounce mail manager, please send it to service@mailsbroadcast.com Thank you :) -- TonyKoh mailsbroadcast.com http://www.mailsbroadcast.com . <<<This period indicates the end of the message.
Example of a message with GIF file attachment encoded with MIME and “Quote Printable” message body (GIF encoded with Base 64) preceded by an attachment header, which preceded all attachments--describing various properties of the attachment. This is a multi-part message in MIME format. ------=_NextPart_000_0051_01BD9B7E.F01FEA90 Content-Type: text/plain;charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message text. -- TonyKoh BounceMailmanager.com http://www.bouncemailmanager.com ------=_NextPart_000_0051_01BD9B7E.F01FEA90 Content-Type: image/gif;name="welcome.gif" Content-Transfer-Encoding: base64 Content-Disposition: attachment;filename="welcome.gif" R0lBOClhAwALAKEVVN//// 6VVNUaGgFFFCH5BAEAA AAALAAAAADAAsAAAYJhH6tauygkFSFACs= ------=_NextPart_000_0083_01CF9B5S.B01ZWA70-- . <<<This period indicates the end of the message.
Mail Servers ProtocolThe most common protocols used by mail server to communicate with the Internet are SMTP, POP3 and IMAP4 to (send) receive email messages and distribute and them into different recipient unique mailbox. Mail servers receive messages via SMTP and email readers must send email to a mail server using it. Mail servers using POP3 or IMAP4 to send messages, likewise; mail readers must use it to receive messages from the mail servers. SMTP (Simple Mail Transport Protocol); for sending and receiving email messages and POP3 (Post Office Protocol Version 3); for delivering and retrieving email messages to mail readers, example: MS Outlook, Eudora, etc. IMAP4 (Internet Message Access Protocol Version 4); for delivering messages to mail readers or to preview and retrieve emails from mail servers.
(POP3) Post Office Protocol Version 3POP3 is a standard client-server protocol for receiving emails. The POP3 mail servers listen for email requests via port 110 and send email to the requesting party. The client side (ie: Outlook, Eudora) mail readers can access (retrieve) emails by issuing a predefined set of commands to the mail server.A POP3 session is created when a remote user connects to a mailbox on the POP3 mail server and ends when the remote user disconnects from it. While a session is open, no other user can retrieve email from the POP3 mailbox but email can still be sent to that account.The POP3 clients (Outlook, Eudora) login to the POP3 server by sending as clear text the password for the mail account or uses APOP authentication--where the password itself is not sent to the remote mail server--using a digest created by the RSA MD5 algorithm--based on the password with a unique value sent by the POP3 mail server—that changes with connection. Therefore, APOP ensures that a different digest will be sent each time you log into the server.
(IMAP4)
|
|
|
|
.
|
|
|
Home | Contact Us | Privacy Policy | Guest Book | Useful Sites Support | Purchase | Product Info | Download Bounce
eMail Manager Freeware |
|