jview
or java
.
telnet your_mail_server 110
. If you have no errors, and it connects to, then there's no need to use a telnet gateway.
telnet name 23
, for example
telnet firewall 23
to try firewall.
If you have no errors, and it connects to, you can try telnet your_mail_server 110
.
If it works, then you'll have no problems using this Java application.
user=your_user_name
- user name of the mailbox, without @your_server.com
pass=your_password
- password of the mailbox
mailhost=mailhost
- your personnal mail server, for example mail.chez.com
gateway=gateway||no
- put here the name of the telnet gateway or "no" if none (ie you have a direct connection to the mailserver)
outputfile=mails.txt
- name of the file where the mails will be stocked, by default mails.txt
wait=yes||no
- if the program will wait the user input to specify the mails to read or will work automaticaly (option no), reading only unread mails (yes by default)
You should put everything like in any other email reading program. For example, to check this for Outlook Express, make Tools/Accounts/click on account/Properties/Servers tab and look in Incoming Mail Server section.
jview VasFireWallMailReader
(on most Windows machines) or java VasFireWallMailReader
.
USER your_user_name<CarriageReturn/LineFeed>
. It must be without @your_server.com
PASS your_password_here<CR/LF>
LIST<CR/LF>
to see the list of your mails on the server.
RETR mail_number<CR/LF>
to read one mail.
DELE mail_number<CR/LF>
to delete one mail.
QUIT<CR/LF>
in order to exit the session.
HELP<CR/LF>
if you have problems (only when you are logged in).
mails.nmb
. If you want to skip or re-read some mails, modify this file.
mails.nmb
file is to use echo
command (both on Windows and Unix platforms). For example, to mark that you have read 3 emails, make echo 3 > mails.nmb
.
mails.nmb
file: del mails.nmb
(Windows) or rm mails.nmb
(Unix).
del mails.txt
(Windows) or rm mails.txt
(Unix).
jview VasFireWallMailReader
more < mails.txt
del mails.txt
java VasFireWallMailReader
more mails.txt
rm mails.txt
m
to get the mails from the mailserver, c
to read them and r
to delete the mails' file.