}
/**
+ * Redirect a message.
+ *
+ * @param string $to The To address.
+ * @param IMP_Compose $imp_compose An IMP_Compose object.
+ * @param IMP_Contents $imp_contents An IMP_Contents object.
+ *
* @throws Horde_Exception
*/
public function redirectMessage($to, $imp_compose, $contents)
}
/**
+ * Attach the auto-completer to the current compose form.
+ *
+ * @param array $fields The list of DOM IDs to attach the autocompleter
+ * to.
*/
public function attachAutoCompleter($fields)
{
}
/**
+ * Attach the spellchecker to the current compose form.
*/
public function attachSpellChecker($mode, $add_br = false)
{
}
/**
- * TODO
+ * Generate mailbox return URL.
+ *
+ * @param string $url The URL to use instead of the default.
+ *
+ * @return string The mailbox return URL.
*/
public function mailboxReturnUrl($url)
{
}
/**
- * TODO
+ * Generate a compose message popup success window (compose.php).
*/
public function popupSuccess()
{