Comment 4 for bug 250514

Revision history for this message
John A Meinel (jameinel) wrote :

I'm guessing he'll find it fail. At least here I get:

  File "C:\Users\jameinel\dev\bzr\plugins\email\emailer.py", line 228, in _send_using_smtplib
    smtp.send_text_and_attachment_email(from_addr, to_addrs,
AttributeError: 'SMTPConnection' object has no attribute 'send_text_and_attachment_email'

It seems we have some api skew between what is available from bzrlib and what is available only in the email plugin.