You can read your email on any machine that has a secure IMAP client (IMAPS). You will have to use the ISRL IMAP server (see below).
IMAPS is a secure version of the IMAP server. This stops passwords from being exchanged in cleartext on the network. As part of the security measures in place in ISRL (as well as other parts of the University such as EWS and the Computer Science Department) ISRL has eliminated all cleartext passwords.
The address of the server is imap.isrl.uiuc.edu
We use a secure server. The certificate may be found here
The answer for this is in the Courier-IMAP FAQ
Note that you will have to replace "username" in the lines below with your username on the ISRL systems.
# This sets the location where mutt will look for and save certificates
# Modify this for your own setup. I have something like this
#
# set certificate_file=/home/pakenned/.mutt/Certificates
#
set certificate_file=/home/username/somePath/CertificateFileForMutt
# This sets the spoolfile (i.e., where mutt will look by default for
# incoming mail).
set spoolfile={username@imap.isrl.uiuc.edu/ssl}INBOX.
# These are where your mail files are
set folder={username@imap.isrl.uiuc.edu/ssl}INBOX/
inbox-path={imap.isrl.uiuc.edu/SSL/NoValidate-Cert}inbox
According to Martin, this works on Pine under Unix and from PC-Pine under Windows. The string "/SSL" indicates that one should use SSL for the connection, and the string "/NoValidate-Cert" option is used because we use our own self-signed certificate for SSL.
(setq imap-ssl-program "/usr/local/bin/openssl s_client -ssl3 -connect %s:%p")
(setq gnus-secondary-select-methods
'((nnml "")
(nnimap "ISRL"
(nnimap-address "128.174.155.151")
(nnimap-stream ssl)
(nnimap-list-pattern ("INBOX*"))
)))
; Some other lines you may wish to add:
; Copy mail (and news) I write to the Sent folder
(setq gnus-message-archive-group "INBOX.Sent")
(setq gnus-message-archive-method
'(nnimap "ISRL"))
; Add this reply-to header to all my outgoing mail
(setq message-default-headers "Reply-To: joeblow@uiuc.edu")
For more documentation see the Gnus manual at
http://www.gnus.org/manual/gnus_toc.html
; Split the messages in my INBOX.
(setq nnimap-split-inbox
'("INBOX"))
; Use only the first matching rule, not every one.
(setq nnimap-split-crosspost nil)
; Splitting rules run only against the headers.
; Each rule has a destination, and a regular expression
(setq nnimap-split-rule
'(("INBOX.OEBPS" "^Subject:.*OEBPS")
("INBOX.Class-l" "^Sender:.*CLASS-L")
("INBOX.spam" "^X-Mailer:.*The Bat")
("INBOX.spam" "^Content-type:.*text/html")
("INBOX.New" ""))) ; i.e., everything else
or Friedl's book: http://www.oreilly.com/catalog/regex2/
Eudora has a website http://www.eudora.com that has a wealth of information. Of particular note is their download page on which they have links for the user manual for the various platforms they support. You will need to use the "Required, Alternate Port" option. While Eudora calls this the "older style" it's really the more secure style and works just fine.
It is available (along with the other versions of pine) at http://www.washington.edu/pine
Use the SMTP server--mail.isrl.uiuc.edu. Since we do not do authentication for SMTP (that is, no passwords are involved), we do not use SSL to send mail.
There is a (presently working, but unsupported) program called squirrelmail. It is available for testing at https://www-s.isrl.uiuc.edu/webmail.