|
Source machine establishes TCP socket connection to port 25 on destination machine.
$ telnet mail.dcu.ie 25 $ telnet mailhost.computing.dcu.ie 25 help 214-2.0.0 This is sendmail version 8.12.10 214-2.0.0 Topics: 214-2.0.0 HELO EHLO MAIL RCPT DATA 214-2.0.0 RSET NOOP QUIT HELP VRFY 214-2.0.0 EXPN VERB ETRN DSN AUTH 214-2.0.0 STARTTLS
You may not be able to either read or send email though. See below.
Header fields (blank line) Message body
"View - Headers - All" (or something similar) in your email client
and you can see the actual email headers.
These reveal the path it travelled
and also the original IP address, which you can then look up.
Lookup here said it was Eircom, who I then complained to.
I could even see what part of Ireland this came from.
base64 encoding: For binary attachments.
Content-Type: application/msword; name="Postgrad_Prospectus_Research.doc"; x-mac-type="42494E41"; x-mac-creator="4D535744" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="Postgrad_Prospectus_Research.doc" 0M8R4KGxGuEAAAAAAAAAAAAAAAAAAAAAPgADAP7/CQAGAAAAAAAAAAAAAAABAAAATwAAAAAAAAAA EAAAUQAAAAEAAAD+////AAAAAE4AAAD///////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////s pcEATSAJBAAA8BK/AAAAAAAAEAAAAAAABAAAKzIAAA4AYmpiauI94j0AAAAAAAAAAAAAAAAAAAAA AAAJBBYAIlAAAIBXAACAVwAARywAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//w8AAAAA AAAAAAD//w8AAAAAAAAAAAD//w8AAAAAAAAAAAAAAAAAAAAAAGwAAAAAAMYBAAAAAAAAxgEAAMYB AAAAAAAAxgEAAAAAAADGAQAAAAAAAMYBAAAAAAAAxgEAABQAAAAAAAAAAAAAANoBAAAAAAAAshcA AAAAAACyFwAAAAAAALIXAAAAAAAAshcAABwAAADOFwAAVAAAANoBAAAAAAAAqyQAAIoBAAAuGAAA ....
Quoted-printable encoding: For basically plaintext with 8-bit ASCII chars.
I have had several enquiries = regarding=20 IEEE Xplore (full-text access to IEEE and IEE publications) and would = like to=20 inform you of some recent developments. As part of the<A=20 href=3D"http://www.library.dcu.ie/news/index.htm#HES"> IReL</A> = initiative (funded=20 by SFI and HEA) to provide increased access to e-journals, negotiations = for IEEE=20 Xplore are at an advanced stage.
HTTP uses these too.
Standalone email clients came before webmail clients, and are still popular. (I use them.)
With standalone client, you are normally not logged directly onto
mailhost.computing.dcu.ie
or mail.dcu.ie
or
whatever machine receives your email when you are offline,
such as:
mailhost.isp.com
Rather it is a client-server model (like the web). You connect to the mail host machine sporadically over the network from your client.
POP3 client sets up TCP connection to the mail server at port 110.
$ telnet mail.dcu.ie 110 $ telnet mailhost.computing.dcu.ie 110
Keep everything on server (like IMAP). No standalone client. Just web browser.
For some uses can be less flexible than standalone client.
Note that webmail systems Yahoo, Hotmail and Gmail can be accessed through either webmail or a standalone client.


You may find:
Why don't ISPs have this problem?
On Internet since 1987.