Warning: リポジトリと同期できません (サポートされていないバージョンコントロールシステム "svn です。 Python のライブラリに "svn" が正しくインストールされているか確認してください。)
- 更新日時:
-
2006/08/21 06:03:09 (19 年 前)
- 更新者:
-
weekbuild (IP アドレス: 202.223.75.113)
- コメント:
-
--
-
|
v1
|
v2
|
|
| 43 | 43 | |
| 44 | 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. |
| | 45 | |
| | 46 | == Setup = |
| | 47 | === Download === |
| | 48 | Please download it as follows. |
| | 49 | * MailArchivePlugin Version 0.1-r52 |
| | 50 | === Installation === |
| | 51 | Let's install MailArchive Plugin. |
| | 52 | |
| | 53 | (1) Installation of egg |
| | 54 | |
| | 55 | Please defrost zip. |
| | 56 | Please move to the src directory under the control of the folder that |
| | 57 | can be done by defrosting. |
| | 58 | Please execute the following commands: |
| | 59 | {{{ |
| | 60 | $ python setup.py bdist_egg |
| | 61 | }}} |
| | 62 | The dist folder is made. |
| | 63 | Please copy *.egg file that is onto the plugins directory of TracEnv in that. |
| | 64 | |
| | 65 | (2) Upgrade of TracEnv |
| | 66 | |
| | 67 | To add the table for MailArchivePlugin to DB, upgrade should do TracEnv. Please execute the following commands. |
| | 68 | {{{ |
| | 69 | $ trac-admin [TracEnv Directory] upgrade |
| | 70 | }}} |
| | 71 | |
| | 72 | (3) Installation of mailarchive-amin.py |
| | 73 | |
| | 74 | Please copy mailarchive-admin.py right under the src directory onto the directory executed easily. |
| | 75 | |
| | 76 | (4) Set of Trac.ini |
| | 77 | |
| | 78 | Please add the following to the components category of Trac.ini to enable the use of MailArchiv |
| | 79 | ePlugin. |
| | 80 | (unnecessary when putting it on plugin folder) |
| | 81 | {{{ |
| | 82 | [componets] |
| | 83 | mailarchiveplugin.* = enabled |
| | 84 | }}} |
| | 85 | The installation of MailArchivePlugin ends here. I think that the menu "Mail warehouse" is added to the main menu. |
| | 86 | However, even if the menu is pushed, nothing is displayed because mail has not been done importing yet. |
| | 87 | Please do the import of the setting and the mail to do mail continuously importing. |