The Secret Journey

GMail IMAP

January 1, 2008 · Leave a Comment

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.

 

Categories: Programming

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment