[ Index ] |
PHP Cross Reference of Eventum |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 482 lines (22 kb) |
Included or required: | 4 times |
Referenced: | 0 times |
Includes or requires: | 13 files include/class.project.php include/class.mail.php include/class.support.php include/class.status.php include/class.mime_helper.php include/class.history.php include/class.user.php include/class.misc.php include/class.date.php include/class.note.php include/class.issue.php include/class.setup.php include/class.notification.php |
Routing:: (4 methods):
route_emails()
route_notes()
route_drafts()
getMatchingIssueIDs()
route_emails($full_message) X-Ref |
Routes an email to the correct issue. param: string $full_message The full email message, including headers return: mixed true or array(ERROR_CODE, ERROR_STRING) in case of failure |
route_notes($full_message) X-Ref |
Routes a note to the correct issue param: string $full_message The full note return: mixed true or array(ERROR_CODE, ERROR_STRING) in case of failure |
route_drafts($full_message) X-Ref |
Routes a draft to the correct issue. param: string $full_message The complete draft. return: mixed true or array(ERROR_CODE, ERROR_STRING) in case of failure |
getMatchingIssueIDs($addresses, $type) X-Ref |
Check for $adresses for matches param: mixed $addresses to check param: string Type of address match to find (email, note, draft) return: mixed $issue_id in case of match otherwise false |
Generated: Wed Dec 19 21:21:33 2007 | Cross-referenced by PHPXref 0.7 |