repl: interactive add of backends when no one is loaded at startup

This commit is contained in:
Romain Bignon 2010-09-25 00:57:54 -04:00
commit 04037e7893
13 changed files with 144 additions and 106 deletions

View file

@ -84,6 +84,7 @@ class Monboob(ReplApplication):
'recipient': 'weboob@example.org',
'smtp': 'localhost',
'html': 0}
CAPS = ICapMessages
def add_application_options(self, group):
group.add_option('-S', '--smtpd', help='run a fake smtpd server and set the port')