Topics

NameDescription
API functionsThere are two different functions to send messages. Either by starting a new thread or reply to an existing thread.
Generic HooksSome generic hooks that can't be categorized.
Message hooksAll message-level hooks look like hook_privatemsg_message_op, where op is one of the following:
Query BuilderQuery builder and related hooks
Theming documentationIt is possible to theme every aspect of privatemsg with theme functions.
Types of recipientsIt is possible to define other types of recipients than the usual single user. These types are defined through a hook and a few callbacks and are stored in the {pm_index} table for each recipient entry.

Other projects