Showing posts with label Mail::Declarative. Show all posts
Showing posts with label Mail::Declarative. Show all posts

Wednesday, August 15, 2012

Claws mail

Another possibility for a mail client front end.  I can't tell how automatable it is, but at least it provides a nice list of features to strive for should I want to come up with a reasonable Perl-based mail client.

Sunday, May 20, 2012

Email::Simple::Markdown

Email::Simple::Markdown, a slick way of generating multipart MIME mail without the cruft of Email::MIME.

Sunday, January 8, 2012

Speaking of mail

Nobody seems to be able to manage to provide a mail aggregator and stay in business.

Overview of mbox formats

Good overview of mbox formats.

Sunday, December 25, 2011

Saturday, June 11, 2011

Target application: mail (and archive)

Same thing applies to mail. Unison really doesn't do well with mbox-formatted mail, for the obvious reason: Unison works with files. I need a way to categorize mail that synchs between my different machines. And along the way, I need a way to search mail that presents an SQL API. And a way better means of accessing mail from Perl.

On top of that, a client - eventually. But at least I should be able to define some mboxes and work from there. Synching between mbox sets should be easy.

Mail needs to be categorizable with keywords (not just single folders) and honestly, the keywords should be structured as well, so I don't always need to see every job number in the world when categorizing things.

Archival into longer-term storage would be as keyword-specific mboxes. But short-term indexing needs to happen in, say, SQLite.

The client doesn't need to be very impressive; really, a very simple set of functionality should just expose Perl modules dealing with mail. From my research, Mail::Box/Mailtools is kind of the usual solution, but is probably overweight. Reviews mention MIME::Lite and Net::SMTP, but obviously I need to sit down and think about it a bit.

This would entail a Mail::Declarative module. Sorely needed.