Changes between Version 6 and Version 7 of MailArchivePlugin


Ignore:
Timestamp:
Mar 23, 2016, 6:34:36 PM (8 years ago)
Author:
figaro
Comment:

From http to https

Legend:

Unmodified
Added
Removed
Modified
  • MailArchivePlugin

    v6 v7  
    4040== Installation
    4141
    42 Installation of the plugin requires the usual step, e.g. `easy_install http://trac-hacks.org/svn/mailarchiveplugin/trunk` and enable it in Trac's plugin admin page or by adding `mailarchive.* = enabled` to the `[components]` section in the `trac.ini` file.
     42Installation of the plugin requires the usual step, e.g. `easy_install https://trac-hacks.org/svn/mailarchiveplugin/trunk`.
    4343
    44 A database upgrade will be required as usual: `trac-admin path-to-your-trac-environment upgrade`.
     44Then enable the plugin in Trac's plugin admin page or in your `trac.ini` file:
     45{{{#!ini
     46[components]
     47mailarchive.* = enabled
     48}}}
     49
     50A database upgrade will be required as usual: `trac-admin path/to/trac/environment upgrade`.
    4551
    4652Assign the new `MAIL_ARCHIVE_VIEW` permission to the appropriate Trac groups / users, eg in Trac's permission admin page.
     
    5258== Example
    5359
    54 Schedule a task to call the following command every 15 minutes: `trac-admin path-to-your-trac-environment mailarchive fetch imap.example.com trac-archive@example.com password123`
     60Schedule 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`
    5561
    5662Make sure that the emails to be archived are marked as unread or very recent, ie from today, as only such emails will be considered for archiving.