Ignore:
Timestamp:
02/03/09 13:05:52 (3 years ago)
Author:
CrawfordCurrie
Message:

Foswikitask:Item456: ported to Foswiki Foswikitask:Item4955: config options moved to 'Mail and Proxies' Foswikitask:Item5829: force new revision on each submission Foswikitask:Item5843: extract target topic from CC: field - general improvement to rules for extracting the target topic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MailInContrib/data/System/MailInContrib.txt

    r1323 r2328  
    4141 
    4242---+ Where the mail gets added 
    43 The target topic for a mail is normally specified in the =Subject:= of the mail. You just put Web.Topic as the first thing on the subject line, optionally followed by a colon and other subject text. Alternatively you can configure the module to examine the =To:= field in the mail and get the topic name from there instead. 
    44    * If a topic is specified, but doesn't exist, it will be created. 
    45    * If there is no web name specified, then you can configure a default web to accept those mails. 
    46    * If a non-existant web is specified, then it is an error. 
     43By default the target topic for mail is specified in the =Subject:= of the mail. You just put Web.Topic as the first thing on the subject line, optionally followed by a colon and other subject text. If there is no web name specified, then you can configure a default web to accept those mails. 
     44   * A mail with a subject of =Schedule.MyClass= will be saved to Schedule.<nop>MyClass 
     45   * =Subject: Schedule.MyClass: timetable= will be saved to Schedule.<nop>MyClass 
     46   * =Subject: MyClass= will be saved to &lt;default web>.<nop>MyClass.  
     47   * =Subject: MyClass: timetable= will be saved to &lt;default web>.<nop>MyClass, if the default web is set as =Schedule=.  
     48   * If a topic specified on the =Subject:= line doesn't exist, it will be created. 
     49 
     50You can also configure the module to examine the =To:= and =CC:= fields in the mail, and get the name of an existing topic from there instead. 
     51   * If a non-existant topic is specified, then it is an error. 
     52   * The first valid, existing topic found in the =To:= or =CC:= fields is taken, and overrides the =Subject:=. 
     53   * A mail addressed to =&lt;MyTopic@example.com>= will be saved in &lt;default web>.MyTopic 
     54   * A mail addressed to =&lt;Schedule.MyTopic@example.com>= will be saved in Schedule.<nop>MyTopic 
     55   * A mail addressed to ="Mylene Classe" &lt;Schedule.MyClass<nop>@example.com>= will be saved in Schedule.<nop>MyTopic 
     56   * A mail addressed to ="Mylene Classe" &lt;MyClass<nop>@example.com>= will be saved in &lt;default web>.<nop>MyTopic 
     57 
    4758You can also define a 'spambox' for each mail folder. A spambox is a topic that will take all messages that do _not_ have a valid topic. 
    4859 
     
    8798---++ Contrib Info 
    8899 
    89 Another great Foswiki extension from the <a style="text-decoration:none" href="http://wikiring.com"><img src="%ATTACHURLPATH%/wikiringlogo20x20.png" alt="" /> *WikiRing* </a> - working together to improve your wiki experience! 
     100Another great Foswiki extension from the <a style="text-decoration:none" href="http://wikiring.com"><img src="%ATTACHURLPATH%/wikiringlogo20x20.png" alt="" /> *WikiRing* </a> - *working together to improve your wiki experience!* 
    90101 
    91102Many thanks to the following sponsors for supporting this work: 
     
    93104 
    94105|  Author: | Foswiki:Main.CrawfordCurrie (http://c-dot.co.uk) | 
    95 |  Copyright &copy;: | 2005, TWiki Contributors; 2008 Foswiki Contributors | 
     106|  Copyright &copy;: | 2005, TWiki Contributors<br />2008-2009 Foswiki Contributors | 
    96107|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    97108|  Dependencies: | %$DEPENDENCIES% | 
    98109|  Version: | %$VERSION% | 
    99110| Change History: | | 
    100 |  1 Aug 2008 | Bugs:Item5450: minor doc fix | 
    101 |  8 Sep 2007 | Bugs:Item4575 various ideas from Dev topic, tested against 4.2.0 | 
    102 |  12412 | Fixed Bugs:Item3334 by removing dependency on !FuncUsersContrib | 
     111|  3 Feb 2009 | Foswikitask:Item456: ported to Foswiki Foswikitask:Item4955: config options moved to 'Mail and Proxies' Foswikitask:Item5829: force new revision on each submission Foswikitask:Item5843: extract target topic from CC: field - general improvement to rules for extracting the target topic | 
     112|  1 Aug 2008 | TWikibug:Item5450: minor doc fix | 
     113|  8 Sep 2007 | TWikibug:Item4575 various ideas from Dev topic, tested against 4.2.0 | 
     114|  12412 | Fixed TWikibug:Item3334 by removing dependency on !FuncUsersContrib | 
    103115|  10239 | Added support for listing attachments in-line with the mail | 
    104116|  10182 | Fixed parser failures on multipart MIME messages | 
Note: See TracChangeset for help on using the changeset viewer.