rt-emailimport is an extension which allows email to
be imported from an IMAP mail server directly into
Request Tracker.
It can be used in two ways:
You can download the latest source Zip here:
2698892f25cc48e64f6f50c16c66e3bd]
This extension requires the Perl modules Mail::IMAPClient and Date::Parse.
To install the extension:
Mail::IMAPClient and Date::Parse installed./usr/local/rt3/html.Tools/EmailImport.html would be installed under
/usr/local/rt3/html/Tools/EmailImport.html.RT_SiteConfig.pm to add the following:Set($EmailImportServers, [qw(your.main.server your.other.server)]);Change
your.main.server your.other.server to a space-separated list of IMAP servers; if you have only one, specify only one.
localhost.
httpd to restart Request Tracker.Note: This has only been tested on RT 3.6.6.
Comments, bug reports, and patches gratefully received - please use the Contact Form.