| [ PHPXref.com ] | [ Generated: Sun Jul 20 20:38:18 2008 ] | [ Tikiwiki 1.9.2 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Source view] [Print]
(no description)
| File Size: | 383 lines (12 kb) |
| Included or required: | 14 times |
| Referenced: | 22 times |
| Includes or requires: | 1 file lib/webmail/tikimaillib.php |
Messu:: (16 methods):
Messu()
user_exists()
save_sent_message()
post_message()
validate_user()
list_user_messages()
count_messages()
flag_message()
mark_replied()
delete_message()
archive_message()
archive_messages()
get_next_message()
get_prev_message()
get_message()
get_messages()
| Messu($db) X-Ref |
| No description |
| user_exists($user) X-Ref |
| Check if a users exists (wrapper for userlib function) |
| save_sent_message($user, $from, $to, $cc, $subject, $body, $priority, $replyto_hash='') X-Ref |
| Put sent message to 'sent' box |
| post_message($user, $from, $to, $cc, $subject, $body, $priority, $replyto_hash='') X-Ref |
| Send a message to a user |
| validate_user($user, $pass) X-Ref |
| Validate user (wrapper for userlib function) |
| list_user_messages($user, $offset, $maxRecords, $sort_mode, $find, $flag = '', $flagval = '', $prio = '', $dbsource, $replyto_hash='', $orig_or_reply='r') X-Ref |
| Get a list of messages from users mailbox or users mail archive (from which depends on $dbsource) |
| count_messages($user, $dbsource='messages') X-Ref |
| Get the number of messages in the users mailbox or mail archive (from which depends on $dbsource) |
| flag_message($user, $msgId, $flag, $val, $dbsource="messages") X-Ref |
| Update message flagging |
| mark_replied($user, $replyto_hash, $dbsource="sent") X-Ref |
| Mark a message as replied |
| delete_message($user, $msgId, $dbsource="messages") X-Ref |
| Delete message from mailbox or users mail archive (from which depends on $dbsource) |
| archive_message($user, $msgId, $dbsource="messages") X-Ref |
| Move message from mailbox to users mail archive |
| archive_messages($user, $days, $dbsource="messages") X-Ref |
| Move read message older than x days from mailbox to users mail archive |
| get_next_message($user, $msgId, $sort_mode, $find, $flag, $flagval, $prio, $dbsource="messages") X-Ref |
| Move forward to the next message and get it from the database |
| get_prev_message($user, $msgId, $sort_mode, $find, $flag, $flagval, $prio, $dbsource="messages") X-Ref |
| Move backward to the next message and get it from the database |
| get_message($user, $msgId, $dbsource='messages') X-Ref |
| Get a message from the users mailbox or his mail archive (from which depends on $dbsource) |
| get_messages($user, $dbsource='messages', $subject='', $to='', $from='') X-Ref |
| Get message from the users mailbox or his mail archive (from which depends on $dbsource) |
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |