Sven Hartge wrote:
BTW: What is the preferred method of writing some information into a log file to aid debugging? I guess it is as simple as write_log("log_name","log content").
The very simplest way is to use console($arg1, $arg, ...); which will dump all argument variables to <roundcube-dir>/logs/console. write_log() will of course also work but it only takes one string argument as content to log.
~Thomas