I've created a hook in sendmail.inc (Line: 606)
$data = $RCMAIL->plugins->exec_hook('message_outgoing_complete', array('message' => $MAIL_MIME)); $MAIL_MIME = $data['message'];
Please place this hook (or similar) in next RC release.
thx A.
2012/8/23 A.L.E.C alec@alec.pl
On 08/22/2012 10:52 PM, Szuts Attila wrote:
I composed a simple HTML mail with one txt attachment. enigma.php calling this hook: $this->add_hook('message_outgoing_body', array($this, 'msg_encode'));
In msg_encode function debugging 'message' argument gives the following output:
you mean debugging all hook arguments....
/array ( 'body' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN">
Where can I find the attached txt file? How can I reach and encrypt it?
Attachments are available via $GLOBALS['COMPOSE']['attachments']
If using message_outgoing_body will be still uncomfortable, I suppose we could add an additional hook after complete message is composed, ca. line 606 of sendmail.inc file. Also extending Mail_mime package with some more getters could be useful.
-- Aleksander 'A.L.E.C' Machniak LAN Management System Developer [http://lms.org.pl] Roundcube Webmail Developer [http://roundcube.net]
PGP: 19359DC1 @@ GG: 2275252 @@ WWW: http://alec.pl _______________________________________________ Roundcube Development discussion mailing list dev@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/dev