~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/mail/doc/signedmessage.txt

  • Committer: Curtis Hovey
  • Date: 2011-08-11 21:43:50 UTC
  • mto: This revision was merged to the branch mainline in revision 13685.
  • Revision ID: curtis.hovey@canonical.com-20110811214350-laray9lug0rdjo2d
Moved helpers.read_test_message to lp.services.mail.tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
read_test_message. Let's start with a simple message, where the
23
23
signature is inline with the signed content:
24
24
 
25
 
    >>> from canonical.launchpad.mail.ftests import read_test_message
 
25
    >>> from lp.services.mail.tests.helpers import read_test_message
26
26
    >>> msg = read_test_message('signed_inline.txt')
27
27
 
28
28
You can access the headers of the message: