You are not logged in.

#1 2011-03-10 08:10:28

piko
Member
Registered: 2011-03-07
Posts: 6

Console application to get e-mail headers at POP3 account?

I want to write a bash script to notify my about new e-mails at POP3 account: subject, date, number of unread messages. So I need a simple console app which can retrieve this information from remote mail-server.

Offline

#2 2011-03-10 08:45:22

rickdg
Member
From: The Lowlands
Registered: 2011-01-01
Posts: 24

Re: Console application to get e-mail headers at POP3 account?

You could try python, it has a built-in pop3 library

Offline

#3 2011-03-10 09:16:33

piko
Member
Registered: 2011-03-07
Posts: 6

Re: Console application to get e-mail headers at POP3 account?

rickdg wrote:

You could try python, it has a built-in pop3 library

Thank you! I tried some simple python examples for email and they work perfectly.

Offline

Board footer

Powered by FluxBB