Contents
Email archive for storing emails in Trac
Description
This plugin allows you to browse and view archived emails and email attachments. It adds a new item Mail Archive to the main menu:
When clicking on an item in the mail archive, the contents can be viewed:
Key features:
- Import emails to Trac's database from an IMAP account.
- Search emails with Trac Search.
- Link to emails or attachments with
mailarchive:
wiki links, ormail:
,email:
, andemailarchive:
synonyms. - List relevant emails in wiki pages with the
[[MailQuery(searchterm)]]
macro. - New Trac permission
MAIL_ARCHIVE_VIEW
. - New Trac admin command
trac-admin mailarchive fetch
.
For example, you can schedule a task to call the following command every 15 minutes:
$ trac-admin path/to/trac/environment mailarchive fetch imap.example.com trac-archive@example.com password123
Make sure that the emails to be archived are marked as unread or from today, as only such emails will be archived.
Known Problems
- A reset of uids on the IMAP server could lead to problems, eg duplicate / unarchived emails (#11535).
Similar Plugins
Bugs/Feature Requests
Existing bugs and feature requests for MailArchivePlugin are here.
If you have any issues, create a new ticket.
defect |
3 / 6 |
||
---|---|---|---|
enhancement |
3 / 4 |
||
task |
0 / 1 |
Download
Download the zipped source from here.
Source
You can check out MailArchivePlugin from here using Subversion, or browse the source with Trac.
Installation
Installation of the plugin requires the usual step:
- Trac 1.4:
easy_install https://trac-hacks.org/svn/mailarchiveplugin/trunk
- Trac 1.2:
easy_install https://trac-hacks.org/svn/mailarchiveplugin/tags/mailarchive-1.1
. - Trac 1.0:
easy_install https://trac-hacks.org/svn/mailarchiveplugin/tags/mailarchive-1.0
.
Then enable the plugin in Trac's plugin admin page or in your trac.ini
file:
[components] mailarchive.* = enabled
A database upgrade will be required as usual:
$ trac-admin path/to/trac/environment upgrade
Configuration
Assign the new MAIL_ARCHIVE_VIEW
permission to the appropriate Trac groups / users, eg in Trac's permission admin page.
Additionally you need an email IMAP account that only contains all the emails you want to archive. If you don't already have this, you could create a new separate email account (e.g. trac-archive@example.com
) and copy all emails you want to appear in Trac's mail archive to that account.
Actually archiving the emails from that IMAP account into Trac's database must be done separately using a new trac-admin mailarchive fetch <host> <username> <password>
command. You should configure it to be periodically called, for example by using a cron job in Unix or using a scheduled task in Windows. Replace <host>
, <username>
and <password>
with your email host, username and password.
Recent Changes
- 17666 by lucid on 2020-01-26 13:08:38
-
MailArchivePlugin: Python3 compatibility.
(see #13739)
- 17565 by lucid on 2019-11-18 18:02:16
-
MailArchivePlugin: Fix DB upgrades: Add upgrades to setup.py / eggs.
(fix #13647)
- 17557 by lucid on 2019-11-17 09:09:09
-
MailArchivePlugin: Add comment field and filter UI.
- Fix Javascript folding (Jinja block head)
- Bump version to 1.3
(more)
Author/Contributors
Attachments (2)
- MailArchiveList.png (28.6 KB) - added by 8 years ago.
- MailArchiveExample.png (20.9 KB) - added by 8 years ago.
Download all attachments as: .zip