pileofrogs has asked for the wisdom of the Perl Monks concerning the following question:
Hello, Monks.
I'm writing Authen::Simple::IMAP which needs to support both IMAP and IMAPS. I had Net::IMAP::Simple and Net::IMAP::Simple::SSL already installed, so I used those. Now I'm running my tests and I discover that Net::IMAP::Simple has some known bugs and seems to be abandoned. Someone has even written Net::IMAP::Simple::Plus which installs a patched version of Net::IMAP::Simple.pm.
What's the best way to handle this? Should I use different IMAP/IMAPS modules? Should I require Net::IMAP::Simple::Plus? Disable warnings for this bit of code? Other ideas?
Thanks!
--Pileofrogs
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: IMAP & IMAPS module?
by shmem (Chancellor) on Mar 11, 2009 at 22:24 UTC | |
by pileofrogs (Priest) on Mar 12, 2009 at 00:44 UTC | |
by shmem (Chancellor) on Mar 12, 2009 at 09:50 UTC | |
|
Re: IMAP & IMAPS module?
by CountZero (Bishop) on Mar 12, 2009 at 14:10 UTC |