Anonymous | Login | 2024-12-22 00:02 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001156 | ClearOS | app-mail-routing - Mail Routing | public | 2013-05-23 14:42 | 2013-07-17 12:44 | ||||
Reporter | bchambers | ||||||||
Assigned To | bchambers | ||||||||
Priority | normal | Severity | feature | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 6.4.0 | ||||||||
Target Version | 6.4.0 Updates | Fixed in Version | |||||||
Summary | 0001156: Provide hooks for mail archiving app | ||||||||
Description | Mail archiving in 6.x uses flat files instead of fetching messages from IMAP server (like in 5.x). Mail routing libraries need hooks to copy optionally archive messages if mail archive is installed and enabled. Something like this: if (file_exists('/var/clearos/mail_archive/enabled')) copy($this->_tmpfile, '/var/clearos/mail_archive/messages/' . preg_replace(array('/^</', '/>$/'), array('', ''), $this->_id)); | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0000859) bchambers (administrator) 2013-05-23 14:49 |
Source Code Changelog --------------------------------------------------- - Fixed Message-ID parsing bug [fixed tracker 0001154] - Added hooks for mail archive app [fixed tracker 0001156] File Changes --------------------------------------------------- Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=6046 [^] U webconfig/apps/mail_routing/trunk/deploy/info.php U webconfig/apps/mail_routing/trunk/libraries/Filter_Content.php U webconfig/apps/mail_routing/trunk/libraries/Filter_Incoming.php U webconfig/apps/mail_routing/trunk/packaging/app-mail-routing.spec |
Issue History | |||
Date Modified | Username | Field | Change |
2013-05-23 14:42 | bchambers | New Issue | |
2013-05-23 14:42 | bchambers | Status | new => assigned |
2013-05-23 14:42 | bchambers | Assigned To | => bchambers |
2013-05-23 14:49 | bchambers | Checkin | |
2013-05-23 14:49 | bchambers | Note Added: 0000859 | |
2013-05-23 14:49 | bchambers | Status | assigned => resolved |
2013-05-23 14:49 | bchambers | Resolution | open => fixed |
2013-07-17 12:44 | user2 | Status | resolved => closed |