Source for file errors.php
Documentation is available at errors.php
* @copyright 2005-2020 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: errors.php 14845 2020-01-07 08:09:34Z pdontthink $
define('SQM_ERROR_PLUGIN',32);
// define('SQM_ERROR_X',64); future error category
$aErrors['SQM_IMAP_NO_THREAD'] =
array(
'message' =>
_("Thread sorting is not supported by your IMAP server.") .
"\n" .
_("Please contact your system administrator and report this error."),
'tip' =>
_("Run \"configure\", choose option 4 (General options) and set option 10 (Disable server thread sort) to true).")
$aErrors['SQM_IMAP_NO_SORT'] =
array(
'message' =>
_( "Server-side sorting is not supported by your IMAP server.") .
"\n" .
_("Please contact your system administrator and report this error."),
'tip' =>
_("Run \"configure\", choose option 4 (General options) and set option 11 (Disable server-side sorting) to true.")
$aErrors['SQM_IMAP_BADCHARSET'] =
array(
'level' =>
E_USER_NOTICE,
'message' =>
_( "Your used charset is not supported by your IMAP server.") .
"\n" .
_("Please contact your system administrator and report this error."),
'tip' =>
_("Run \"configure\", choose option 4 (General options) and set option 12 (Allow server charset search) to false) or choose option 10 (Language settings) and set option 2 (Default charset) to a charset supported by your IMAP server.")
$aErrors['SQM_IMAP_APPEND_QUOTA_ERROR'] =
array(
'level' =>
E_USER_NOTICE,
'message' =>
_( "Out of quota error."),
'tip' =>
_("Remove unneccessary messages from your folders. Start with your Trash folder.")
$aErrors['SQM_IMAP_APPEND_ERROR'] =
array(
'level' =>
E_USER_NOTICE,
'message' =>
_( "An error occured when SquirrelMail appended a message to the mailbox as listed in this message."),
$aErrors['SQM_IMAP_ERROR'] =
array(
'message' =>
_( "Your IMAP server returned an error.") .
"\n" .
_("Please contact your system administrator and report this error."),
$aErrors['SQM_IMAP_BYE'] =
array(
'message' =>
_( "IMAP server closed the connection.") .
"\n" .
_("Please contact your system administrator and report this error."),
//$aError['SQM_FS'] // Filesystem related errors
Documentation generated on Mon, 13 Jan 2020 04:22:26 +0100 by phpDocumentor 1.4.3