GMail IMAP

I have been looking for a way to scan my folder on GMail, parse it, and process information on the folder. I’ve wrote several lines of code in perl, but still have some issues on retrieving several mails.

I have dig theĀ  /usr/local/share/perl/5.8.8/Mail/IMAPClient.pm :

  • found that message_string called fetch
  • tried to download using fetch, also timed out
  • follow up: need to see why fetch timed out

Found a website of IMAP protocol. It may be useful later. Here is the site:

  • http://networking.ringofsaturn.com/Protocols/imap.php

Time to go, will continue tomorrow.

 

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s