use mpop to access your mailbox

Just note I have use mpop to retrieve e-mail from pop3. You can download mpop from http://mpop.sourceforge.net/. It is an opensource, both Windows and Linux versions

It will be easy, if you make a config file like this

defaults
delivery maildir D:\Patrickz\Development\mpop\mpop #
ระบุ path ที่จะใช้เก็บ mailbox
uidls_file %U_at_%H.txt
auth on
account YOUR_ACCOUNT
host YOUR_MAIL.SERVER.COM
user YOUR_USERNAME
password YOUR_PASSWORD
pipelining auto
only_new on

keep on
filter if [ "`grep "^X-Spam-Status: Yes"`" ]; then exit 1; else
exit 0;
fi

#
# Set a default account (optional).
#

account default : YOUR_ACCOUNT

the use command "mpop -C mpop.conf"

Comments

Popular Posts