-1

I need to download some emails from my gmail. All that emails have same label, subject and from.

The emails contain links to song files. I need to download all that songs by an automated program. If I make the emails as files in my system, the automated program will extract the .mp3 links and will download all the songs.

Can you say how to download the emails to my computer from gmail?

I prefer the language C, Java, PHP or Shell-Script for this purpose.

pinku
  • 1,139
  • 2
  • 9
  • 25
Mohammed H
  • 6,880
  • 16
  • 81
  • 127
  • You really need to specify more than that. What os do you use for example. Automator could be of use or check if there's any available email applications that has that feature. And how many files are we talking about here? – chikuba Mar 09 '12 at 05:17
  • I am using Ubuntu. There are more than 3000 mails. – Mohammed H Mar 09 '12 at 05:19
  • http://code.google.com/apis/gmail/docs/#inbox they seem to use IMAP. I would recomend C++ for doing something like this. more features than c and faster than java. – chikuba Mar 09 '12 at 05:24

1 Answers1

2

first enable the pop/imap setting from specific gmail account setings after that configure the following host and port. refer this link Gmail Cnfiguration

Rakesh Patel
  • 393
  • 2
  • 10