MoinMessage

Graph

(0) +60 tip
Added an initial implementation of a parser handling encrypted content.
Added packaging metadata.
Added copyright and licensing information.
Added support for signing encrypted (signed) messages for forwarding purposes.
Changed the fetching of messages to use the GET request method.
Reverted to a single location per recipient.
Added payload decoding.
Added the ability to choose message formats and produce alternative
Tidied up the attachment identification code, adding support for icons and other
Added proper handling of message sending failures.
Added PGPAuth configuration information.
Added support for user-specific recipient dictionaries.
Removed the signature verification from the handling of messages in actions,
Added a PGP authentication method to allow the retrieval of messages from protected pages.
Fixed the failure case of get_homedir and made a separate function to obtain the
Moved the handling of PGP-encoded messages to the MoinMessage library, keeping
Added information about fetching messages from a wiki.
Added initial support for fetching messages from page message stores.
Moved timestamp checking of messages into the support module.
Moved common functionality from the PostMessage action to the MoinMessage module
Indicated that recipient pages each provide a message store to accept messages.
Changed the recipient configuration and the message sending to support the
Added message queueing and a "To" header in queued/sent messages.
Fixed label quoting; simplified handling of the preview parameter.
Removed the macro for now since the MoinShare SharedContent macro understands messages.
Preserve paragraphs in sent messages as well as in previewed messages.
Make sure that paragraphs are preserved in messages.
Added support for sending HTML-formatted messages with optional attachments in a
Introduced date-based message validation, comparing message dates to page and
Added a macro to show messages in a message store.
Fixed filename quoting.
Moved the MessageStore class to the MoinSupport module, making it more generic.
Added support for message stores associated with pages.
Added message interpretation and parsing to the Message class.
Removed superfluous import.
Added docstrings for the Message class.
Changed the sendMessage function to use URLs instead of hosts and paths.
Improved the handling of gpg invocation failures.
Changed the verify operation to return the signer's identity details.
Renamed the message wrapping tests, giving them more accurate names.
Moved decryption and verification support into MoinMessage.
Show the response from the message sending.
Added a library for preparing and sending messages, along with a test of the library.
Restructured the action so that both signed and signed/encrypted messages can be processed.
Added a convenience script for setting up the Wiki's GPG infrastructure.
Changed the action and test program to support detached signatures, at least in
Added actual signature verification, switching to use of the subprocess module
Added handling of PGP/GPG-encrypted messages.
Updating MoinMoin Wiki sites using MIME messages uploaded using HTTP PUT.
(0) +60 tip