New features in 1.8.4#

This documentation applies to Piler enterprise edition 1.8.4

Revision #1

Publication date: Jan 17, 2025

Limit how many emails a user can download by selecting them#

Introduced $config['MAX_DOWNLOAD_MESSAGES'] variable to limit how many emails a user can download by selecting them in the left pane. Set to 0 in /etc/piler/config-site.php to disable this feature and let the user download as many as he likes. The default value is 500.

Note that the first N messages are selected based on the order the user selects them.

Limit how many emails a user can export from a search query#

Introduced $config['MAX_EXPORT_MESSAGES'] variable to limit how many emails a user can export from a search query. Set to 0 in /etc/piler/config-site.php to disable this feature and let the user export all emails that matches his query. The default value is 20000.

Note that the first N messages are selected based on the sort order the user has set (by default in descending order by sent date).

Apply IMAP flags to restored emails#

You may apply IMAP flags to restored emails, eg.

$config['IMAP_FLAGS'] = ['\Seen'];

PDF export shall include the message headers#

PDF export adds the from, to, cc, subject, date headers

Note that the audit is moved to manticore real time index

Added mailcow support#

See https://mailpiler.com/mailcow-support/ for more.

Mass download emails from Microsoft365 (formerly Office365)#

See https://mailpiler.com/importing-legacy-emails-from-o365/ for more.