/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

  • Committer: Adeodato Simó
  • Date: 2007-07-18 15:51:52 UTC
  • mto: (2639.1.1 jam-integration)
  • Revision ID: dato@net.com.org.es-20070718155152-pv6rwq41eckqyxem
New EmailMessage class, façade around email.Message and MIMEMultipart.

* bzrlib/email_message.py,
  bzrlib/tests/test_email_message.py:
  New files.

* bzrlib/tests/__init__.py:
  (test_suite): add bzrlib.tests.test_email_message.

* bzrlib/merge_directive.py:
  (MergeDirective.to_email): Use EmailMessage instead of email.Message.

* bzrlib/tests/test_merge_directive.py,
  bzrlib/tests/blackbox/test_merge_directive.py:
  (__main__): adjust EMAIL1 and EMAIL2 strings to how EmailMessage
  formats itself.

* bzrlib/smtp_connection.py:
  (SMTPConnection.get_message_addresses): do not use methods present in
  email.Message but not in EmailMessage (get_all). Use get() instead of
  __getitem__ to make explicit that None is returned if the header does
  not exist.

* bzrlib/tests/test_smtp_connection.py:
  (TestSMTPConnection.test_get_message_addresses, 
   TestSMTPConnection.test_destination_address_required): test the
   functions against EmailMessage in addition to email.Message.

* NEWS:
  Mention EmailMessage in INTERNALS.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 2432.2.9 18 years ago Andrew Bennetts Update protocol versioning docs to explain how unk 9.3 KB Diff Download File
branch.py 2432.4.5 18 years ago Robert Collins Make using SuccessfulSmartServerResponse and Faile 5.7 KB Diff Download File
bzrdir.py 2432.4.5 18 years ago Robert Collins Make using SuccessfulSmartServerResponse and Faile 4 KB Diff Download File
client.py 2018.18.22 18 years ago Martin Pool merge bzr.dev 2.7 KB Diff Download File
medium.py 2432.2.8 18 years ago Andrew Bennetts NEWS entry, greatly improved docstring in bzrlib.s 20.6 KB Diff Download File
protocol.py 2593.3.2 18 years ago Andrew Bennetts Make -Dhpss use mutter instead of note to be consi 15.8 KB Diff Download File
repository.py 2052.6.3 18 years ago Robert Collins Merge bzr.dev. 9 KB Diff Download File
request.py 2420.1.22 18 years ago Vincent Ladeuil Merge bzr.dev, resolving trivila conflicts in bzrl 12.5 KB Diff Download File
server.py 2484.1.25 18 years ago John Arbash Meinel [merge] bzr.dev 2612 8.2 KB Diff Download File
vfs.py 2052.6.2 18 years ago Robert Collins Merge bzr.dev. 6.1 KB Diff Download File