Integrate email and wiki

/!\ Please only use the "Comments" or "wish list" section for comments if you are not AlexanderSchremmer or ThomasWaldmann.

Motivation

A mechanism for easily getting email content onto a wiki would increase adoption, esp. in corporate use.

Implementation scope

First implementation

Refinements (later)

Implementation details

Moved to the page HelpOnConfiguration/EmailSupport

Comments

Please only use this section for comments if you are not AlexanderSchremmer or ThomasWaldmann.

old content of this page, todo: refactor/review

The page name can be yielded from the from-address, subject or mail body. This should be configurable. The sub page name can be yielded from the subject or body, in the default config it would just be a concatenation of From-Subject-Date. Sample of a wiki-wide config file:

base_page = [match_from("wiki-([^@]*)@"), match_subject("\[([^\]]*)\]"), match_body("^(Store: ([^\)]*)"), "ConstantPageName"]
sub_page = "$from-$subject-$isodate"

The first match in base_page and sub_page are concatenated and used as the page name of the mail.

wish list

These are user wishes for the existing 1.6 email integration:

http://test.wikiwikiweb.de/ is now using:

    mail_import_pagename_envelope = u"+ %s/"


CategoryFeatureImplemented

MoinMoin: FeatureRequests/WikiEmailIntegration (last edited 2007-10-29 19:19:19 by localhost)