/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
..
developers 2481.1.1 18 years ago Robert Collins Move HACKING to docs/developers/HACKING and adjust Diff
bazaar-vcs.org.kid 2054.2.16 18 years ago Aaron Bentley More updates from review comments 18.3 KB Diff Download File
bug_trackers.txt 2601.1.1 18 years ago James Westby Split out bug tracker configuration in to its own 3 KB Diff Download File
centralized_workflow.txt 2482.1.1 18 years ago Robert Collins (robertc) Trivially update the location of bzrtool 11.8 KB Diff Download File
configuration.txt 2619.1.1 18 years ago John Arbash Meinel (James Westby) documentation updates (plugins, con 7.4 KB Diff Download File
default.css 2475.2.4 18 years ago Martin Pool HACKING rest fixes from jam 1.8 KB Diff Download File
http_smart_server.txt 2601.1.2 18 years ago James Westby Add a reference to the main smart server documenta 7.2 KB Diff Download File
index.txt 2481.1.4 18 years ago Robert Collins Fix the developer documentation to use the right s 1.7 KB Diff Download File
plugins.txt 2601.1.3 18 years ago James Westby Put plugin installation instructions before how to 3.5 KB Diff Download File
README.1st 2601.1.1 18 years ago James Westby Split out bug tracker configuration in to its own 1 KB Diff Download File
server.txt 2443.1.3 18 years ago Robert Collins Review feedback. 3 KB Diff Download File
setting_up_email.txt 2293.1.7 18 years ago Aaron Bentley Fix heading formatting 3.8 KB Diff Download File
shared_repository_layouts.txt 2481.1.3 18 years ago Robert Collins Add the performance roadmap rationale. 15.4 KB Diff Download File
specifying_revisions.txt 2293.1.6 18 years ago Brad Crittenden post review changes 4.3 KB Diff Download File
tutorial.txt 2495.2.5 18 years ago Aaron Bentley Zap trailing whitespace 20.9 KB Diff Download File
using_aliases.txt 2293.1.6 18 years ago Brad Crittenden post review changes 2.1 KB Diff Download File
version_info.txt 2293.1.5 18 years ago Brad Crittenden Merge from my LP branch 1.9 KB Diff Download File