Backup gmail with mpop
December 13, 2009 | Filed Under Uncategorized
To backup email from a gmail account, first install mpop:
Edit your ~/.mpoprc file:
# defaults defaults tls on # gmail account gmail host pop.gmail.com user myaccount password myaccountpassword keep on only_new off tls_starttls off delivery mbox ~/Backup/myaccount@gmail.mbox # Set a default account account default : gmail
To grab some emails:
mpop --tls-certcheck=off
Original info from this post.
Comments
Leave a Reply