How to monitor and save every email from a POP mail account?

1

There is a POP (hotmail) account that I have to watch and save every email as soon as they arrive. I could do this by checking them every 5 minutes and downloading them.

But what application can do this?
(There is a server I could use 24-7 for this purpose.)

OS: Linux - Ubuntu Server 12.04.1 i386
The server is mine, full root, etc.

Apache

Posted 2012-10-16T12:18:29.020

Reputation: 14 755

What OS? Do you need the app running in the background? Save the mails where? Because e.g. under Windows you can tell an open Outlook Express to retrieve every x time... – Jan Doggen – 2012-10-16T12:29:10.597

Sorry.... fixing the question. – Apache – 2012-10-16T12:38:37.613

Answers

2

With unix You can use fetchmail for this purpose and set up a cron task to fetch your mail on schedule.

man fetchmail:

fetchmail(1)              fetchmail reference manual              fetchmail(1)

NAME
       fetchmail - fetch mail from a POP, IMAP, ETRN, or ODMR-capable server

SYNOPSIS
       fetchmail [option...] [mailserver...]

Serge

Posted 2012-10-16T12:18:29.020

Reputation: 2 585