Esgorhannoth / dmc

Dynamic Mail Client - a minimalistic email client solution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dmc - dynamic mail client
=========================
dmc is a minimalist email client solution


Requirements
------------
  msmtp to send emails (dmc-smtp is not implemented yet)
  openssl to build with SSL support


Installation
------------
Few binaries will be copied into the bin directory

  make all install PREFIX=/usr

If you want to build dmc without SSL edit config.mk or type:

  make HAVE_SSL=0


Configuration
-------------
Accounting information is stored in ~/.dmc/acc and can be
edited with

  dmc -e myaccount

Type your signature in ~/.dmc/signature

Running
-------
Start it in daemon mode

  dmc -d

To send a mail add the contact to your addressbook

  echo 'user <foo@bar.com>' > ~/.dmc/addrbook

 or edit the addressbook

  dmc -a

Then type the mail:

  XXX: This is not correct

Add attachments:

  $EDITOR msg 
  dmc-mime msg attach1.zip | dmc -m `dmc -a user`

About

Dynamic Mail Client - a minimalistic email client solution

License:MIT License


Languages

Language:C 61.2%Language:Shell 31.3%Language:Makefile 4.2%Language:Roff 3.3%