Skip to content
This repository has been archived by the owner on Nov 27, 2017. It is now read-only.
/ dmc Public archive

Dynamic Mail Client - a minimalistic email client solution

License

Notifications You must be signed in to change notification settings

theappleman/dmc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages