Molt has asked for the wisdom of the Perl Monks concerning the following question:
I'm currently working on something which ideally would have a 'virtual' email system for mobile phones, in that a client's phone connects and gets a list of the possible email topics, and then when they chose which one they want the actual content is generated on the fly and sent as a body text.
This kind of dynamic content generation pretty much rules out any standard POP3/IMAP server, and pregenerating all topics would be extremely network intensive as it requires numerous HTML pages to be fetched, so I reasoned it made sense to implement the virtual server in Perl. I've searched CPAN, Perlmonks, and Google however and can't find any kind of Perl module for POP3 or IMAP servers.
I do know about the client modules, and the Net::Server modules, but I am surprised nothing exists to do the actual server-side of the protocols.
Am I overlooking something, or is this genuinely a wheel which has yet to be built?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: POP3/IMAP Server modules?
by tachyon (Chancellor) on Apr 12, 2003 at 23:23 UTC | |
by Molt (Chaplain) on Apr 12, 2003 at 23:48 UTC | |
|
Re: POP3/IMAP Server modules?
by bbfu (Curate) on Apr 13, 2003 at 17:50 UTC |