Changes between Version 12 and Version 13 of AnnouncerPlugin/MessageEncryption


Ignore:
Timestamp:
Mar 14, 2010, 1:18:04 PM (14 years ago)
Author:
Steffen Hoffmann
Comment:

add link to upcoming document explaining AnnouncerPlugins internal structure and event flow

Legend:

Unmodified
Added
Removed
Modified
  • AnnouncerPlugin/MessageEncryption

    v12 v13  
    77Where to kick in and mangle the message body is of course an essential decision.
    88My initial assumption that I could add cryptographically functions right before inserting recipient addresses to the message was wrong.
    9  
    10 Now I add the following into code of ./announcerplugin_trunk/announcer/distributors/mail.py from trunk of AnnouncerPlugin:
     9
     10It might help a lot to look at [wiki:AnnouncerPlugin/Documentation internal structure and event flow] of AnnouncerPlugin in detail.
     11By now I add the following into code of ./announcerplugin_trunk/announcer/distributors/mail.py from trunk of AnnouncerPlugin:
     12
    1113{{{
    1214         return msgid
     
    153155 * MIME-capable Python mailer script is published at http://www.physics.drexel.edu/~wking/code/python/send_pgp_mime, this look very interesting, may help with a lot of things, but may not serve as a code base (incompatible license GPL2 vs. BSD-alike), not portable (consider Linux/Unix as well as Windows)
    154156
    155  - hasienda
     157- hasienda