It works if you use utf-8 translation or don't use 8bit symbols in replies.
If you can't upgrade SquirrelMail and use iso-8859-1 translations, charset_convert can be replaced with appropriate utf8_decode (http://www.php.net/utf8-decode) and utf8_encode (http://www.php.net/utf8-decode) calls. Other translations need iconv, recode or mbstring calls. > i commented the line which is using charset_convert() function in the > codes. > does it really a matters??? but, it works for me at this moment.. > anyway, thanks for the plugins...... > > Tomas Kuliavas wrote: > >>:( >> >>Sorry. Forgot use of character set conversion functions. >> >>Minimal SquirrelMail version for QmailLDAP backend - 1.4.4. >> >> >> >>>i have this error, please advise >>> >>>*Fatal error*: Call to undefined function: charset_convert() in >>>*/usr/webmail/plugins/squirrel_autorespond/backend/qldap.php* on line >>>*133* >>> >>>Tomas Kuliavas wrote: >>> >>> >>> >>>>>i have a problem when configure vacation, qmail-ldap version 0.2. it >>>>>throws errors as such >>>>> >>>>>*Warning*: Unknown(): Your script possibly relies on a session >>>>>side-effect which existed until PHP 4.2.3. Please be advised that the >>>>>session extension does not consider global variables as a source of >>>>>data, unless register_globals is enabled. You can disable this >>>>>functionality and this warning by setting session.bug_compat_42 or >>>>>session.bug_compat_warn to off, respectively. in *Unknown* on line *0 >>>>> >>>>>what should i do? if i turn off the register_globals = On, then, i >>>>> wont >>>>>get the error message, but, squirrel mail throw me out of the session. >>>>>please advise. thanks >>>>>* >>>>> >>>>> >>>>> >>>>> >>>>> >>>>Attached plugin should work with qmail-ldap 20030901 or newer. Sample >>>>plugin configuration is in config.php. Other configuration options are >>>>documented in README. If you don't want to store administrator's >>>> password >>>>in configuration, you need ACLS that allow users to modify own >>>>deliveryMode and mailReplyText attributes. >>>> >>>>access to attrs=mailReplyText >>>> ... other access limits ... >>>> by self write >>>> >>>>access to attrs=deliveryMode >>>> ... other access limits ... >>>> by self write >>>> >>>>Plugin should detect other headers in mailReplyText attribute and keep >>>>them. Users can use %SUBJECT% tag. >>>> >>>>Minimal required SquirrelMail version - 1.4.3. Tested on OpenLDAP >>>> 2.2.23, >>>>QmailLDAP 20041201 and 20050401, Linux Debian Sarge. >>>> >>>> >>>> >>>> >>>> >>>------------------------------------------------------- >>>SF.Net email is Sponsored by the Better Software Conference & EXPO >>>September 19-22, 2005 * San Francisco, CA * Development Lifecycle >>>Practices >>>Agile & Plan-Driven Development * Managing Projects & Teams * Testing & >>> QA >>>Security * Process Improvement & Measurement * >>> http://www.sqe.com/bsce5sf >>>-- >>>squirrelmail-users mailing list >>>Posting Guidelines: >>>http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines >>>List Address: [email protected] >>>List Archives: >>>http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user >>>List Archives: >>> http://sourceforge.net/mailarchive/forum.php?forum_id=2995 >>>List Info: >>> https://lists.sourceforge.net/lists/listinfo/squirrelmail-users >>> >>> >>> >> >> >> >>------------------------------------------------------- >>SF.Net email is Sponsored by the Better Software Conference & EXPO >>September 19-22, 2005 * San Francisco, CA * Development Lifecycle >> Practices >>Agile & Plan-Driven Development * Managing Projects & Teams * Testing & >> QA >>Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf >>-- >>squirrelmail-users mailing list >>Posting Guidelines: >> http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines >>List Address: [email protected] >>List Archives: >> http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user >>List Archives: >> http://sourceforge.net/mailarchive/forum.php?forum_id=2995 >>List Info: >> https://lists.sourceforge.net/lists/listinfo/squirrelmail-users >> >> >> >> > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
