From ecb9fb058da8d0f5a8e59402c1c1ced21122cbc5 Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 22 Jun 2009 16:20:34 +0000 Subject: - use RCMAIL_CHARSET instead of hardcoded 'utf-8' --- program/include/rcube_imap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/include/rcube_imap.php') diff --git a/program/include/rcube_imap.php b/program/include/rcube_imap.php index 7905894e1..28156a12d 100644 --- a/program/include/rcube_imap.php +++ b/program/include/rcube_imap.php @@ -2690,7 +2690,7 @@ class rcube_imap /** - * Convert body charset to UTF-8 according to the ctype_parameters + * Convert body charset to RCMAIL_CHARSET according to the ctype_parameters * * @param string Part body to decode * @param string Charset to convert from -- cgit v1.2.3