Matts's JournalMatts's use Perl JournalFun with IMAP- March 5, 2008 So I've been playing with IMAP lately, processing a folder of emails to process. It has been kind of interesting (to say the least).Those of you who follow my CPAN uploads know I created Net::IMAP::Simple::NB, which is a subclass of Net::IMAP::Simple but using non-blocking IO. The idea for that originally was to create a webmail system for AxKit2, but it was also fun learning how IMAP works.There are some really interesting corner issues in IMAP that surprise me. For example an IMAP server is...http://use.perl.org/~Matts/journal/35839?from=rss Time::Piece 0.13 released- March 2, 2008 Some of you may know that Time::Piece became part of perl 5.10. Anyone one of the things discovered was that I accidentally dropped a BSD copyright off one of the XS functions. This is now added back in. I also added an add_months() and add_years() set of functions, to make date arithmetic a bit easier.This was interesting seeing what happens with the edge-case dates. It seems that when you do 31st March + 1 month you end up with 1st May. This mirrors what other date libraries appear to do. I...http://use.perl.org/~Matts/journal/35819?from=rss |