[RFC] smtp_connection.py in bzr
John Arbash Meinel
john at arbash-meinel.com
Thu Apr 12 15:26:35 BST 2007
Jelmer Vernooij wrote:
> Merge directives currently support directly sending bundles using
> smptlib, and both the email plugin and the submit plugin support sending
> emails using smtplib. Each have their own generic wrappers around smtplib.
>
> The email plugin contains a nice generic wrapper for SMTPLib that can
> use configuration settings from a Bazaar Config object and contains
> helper functions for sending emails. Would it be a good idea to add this
> to core Bazaar so it can be used by the merge directives code as well as
> plugins?
>
> Cheers,
>
> Jelmer
I probably would like to see smtp_connection cleaned up slightly. To
make a version that doesn't directly depend on BranchConfig, and then
add one that uses that and sets things based on the config.
Otherwise, I would be happy to see it merged.
John
=:->
More information about the bazaar
mailing list