On Wed, 3 Mar 2010 16:27:34 -0500
Jacob Todd <jaketodd...@gmail.com> wrote:

> I'd like to see dmc improved upon. In it's current state it can already send
> mail with smtp, but there are also aspects of it that could be polished a bit
> more, like being able to receive mail, pgp support, et cetera.

well. in fact, the support for sending mails is done by msmtp, the current smtp
implementation doesnt supports authentication and fails in many situations. It
would be good to get a look on it. Maybe by relaying on a real smtp local server
would be enought, or just by calling 'mail'.

attachment management has been already implemented (attach, detach), in a unix 
way
in 160LOC. by using stdin/stdout.

there is some basic support to receive mail. for pop3 its ok, but in imap4 there
are some issues. the most common usage atm is as a shell to query imap mail 
remotely.

a better syncronization algorithm should be done to get faster syncs.

as you see there are many fronts there :)

pgp support would be interesting too.

--pancake

Reply via email to