Metadata

Distro Index Owner:
eea
Home Page:
Products.MailArchive
License
GPL
Version:
2.1
Last updated:
2020-03-03
Keywords:
eea

Products.MailArchive

Files

Indexes

Browse a mail archive in Unix MBOX format

MailArchive

Develop Master Release

What is MailArchive?

MailArchive is a product that can let the browse a mail archive in Unix MBOX format or connect to an IMAP account. The product resyncronises every ten minutes when the mail files change. It is therefore maintenance free. The product is tested on Zope 2.12, but can be made to work on Zope 2.6.

How to use it

First you install Products.MailArchive in the Products folder and restart Zope. You will now be able to create objects of the type "MailArchiveFolder" The form will ask you for some fields: the id, title, path to mail archive directory on the local disk, IMAP connection values. You need the "Add MailArchiveFolder" permission in order to add a MailArchiveFolder. Upon creation of this object, all the MBOX files inside this mail directory will be added to Zope.

For more complete instructions read docs/INSTALL.txt

Dependencies

This package works with Zope 2.12 and Python 2.7.

How to test it

Set up the environment variabiles for your Zope server in the 'run_tests.bat' file Run the tests using the 'run_tests.bat' file.

Linux users should do the same operations on run_tests.sh

2.1 - (2020-03-03)

  • Change: Add jenkins badges [valentinab25]

2.0 - (2020-02-25)

  • Change: Develop #110159 [alecghica]

1.9 - (2020-02-14)

  • Change: Implement automatic release [valentinab25]

1.6 - (2020-02-14)

  • Feature: added support for Python 3 and Plone 5.2 [alecghica refs #110155]
  • Feature: updated Jenkins pipeline [alecghica refs #110159]

1.5 - (2016-06-07)

  • Fixed pypi issues
  • Fixed typos
  • Turn MailArchive into an IMAP client [chiridra]

1.4 - (2016-06-07)

  • Feature: cron job method added [chiridra refs #72719]
  • Feature: do not call update archives from front end [chiridra refs #72719]
  • Feature: added flag for forcing arhive update after save in Properties tab [chiridra refs #72719]

1.3 - (2016-06-06)

  • Removed version.txt [nituacor]
  • Fixed mbox zope id. [chiridra refs #72719]

1.2 - (2016-06-06)

  • Feature: Turn MailArchive into an IMAP client - add support for IMAP accounts - fixed encoding problems - fixed attachments download - cleanup [chiridra refs #72719]

1.1 - (2016-05-30)

  • Initial release