| 1 | = MailArchivePlugin = |
| 2 | |
| 3 | == Summary == |
| 4 | |
| 5 | It is a plug-in to keep the mail such as ML, and to display and to retrieve it with Trac. |
| 6 | There is ML has already been used by the project, and it uses it to unitary manage the content |
| 7 | with Trac. |
| 8 | (The function to turn on mail to the ticket like EmailtoTracScript is not provided. ) |
| 9 | |
| 10 | A strong link function of Trac can be used. For instance, the link where specific mail is shown with Wiki can be made, and the numbers of the ticket written in the text in mail be linked. Moreover, it corresponds to the basic function of Trac of search and timeline. |
| 11 | |
| 12 | == Function == |
| 13 | |
| 14 | * Import of mail |
| 15 | |
| 16 | The import of the mail of the unixmail form is done. The attached file is managed as |
| 17 | Attachement of Trac. |
| 18 | |
| 19 | * Mail reception from mail server |
| 20 | |
| 21 | Mail can be received directly from the server with pop3. |
| 22 | |
| 23 | * Thread tree display of read mail |
| 24 | |
| 25 | Mail is displayed in the thread each ML name and every month. |
| 26 | |
| 27 | * Wiki display of mail text |
| 28 | |
| 29 | The mail text is interpreted by the wiki syntax of Trac, and it converts it into the link. For instance, it converts it into the link of the ticket to #1 if there is a character of #1 in the mail text. |
| 30 | |
| 31 | * Search mail |
| 32 | |
| 33 | Subject and the text in mail can be retrieved by the search function of Trac. |
| 34 | |
| 35 | * Line display of time of mail |
| 36 | |
| 37 | It is possible to display it as a time line by the line function of the time of Trac based |
| 38 | on the day of the transmission of mail. |
| 39 | The registration of the ticket, committing the repository, and the day of the transmission |
| 40 | of mail can be displayed together. |
| 41 | |
| 42 | * It specifies it with Wiki the link |
| 43 | |
| 44 | A strong link function of Trac is applied to mail. The link to do the mail unit can be specified for Wiki. The subject ({{{[aaa:001]}}} and {{{[aaa 001]}}}, etc.) used well with Message-ID and ML is linked. |