email: small fixes for using imap as a backend
authorArun Persaud <apersaud@lbl.gov>
Fri, 5 Apr 2013 19:04:35 +0000 (12:04 -0700)
committerW. Trevor King <wking@tremily.us>
Fri, 5 Apr 2013 20:30:33 +0000 (16:30 -0400)
commita1c7677a1139fb95af89b3cc8aef0eb24207d42f
tree19f3fc982bb9249248c0d2e916c17a3247a1287f
parent0927345d3b4ed0b06af335a2e4d1a857580d7ae7
email: small fixes for using imap as a backend

* fixed two typos in "def send"
* removed some unecessary calls to imap.connect and
  imap.close (which seems to be only needed in case you open
  a mailbox, which we don't)

Signed-off-by: Arun Persaud <apersaud@lbl.gov>
rss2email/email.py