%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/varak.net/mail2.varak.net_old/libraries/MailSo/Base/Enumerations/
Upload File :
Create Path :
Current File : //www/varak.net/mail2.varak.net_old/libraries/MailSo/Base/Enumerations/Charset.php

<?php

/*
 * Copyright 2004-2014, AfterLogic Corp.
 * Licensed under AGPLv3 license or AfterLogic license
 * if commercial version of the product was purchased.
 * See the LICENSE file for a full license statement.
 */

namespace MailSo\Base\Enumerations;

/**
 * @category MailSo
 * @package Base
 * @subpackage Enumerations
 */
class Charset
{
	const UTF_8 = 'utf-8';
	const UTF_7 = 'utf-7';
	const UTF_7_IMAP = 'utf7-imap';
	const WIN_1250 = 'windows-1250';
	const WIN_1251 = 'windows-1251';
	const WIN_1252 = 'windows-1252';
	const WIN_1253 = 'windows-1253';
	const WIN_1254 = 'windows-1254';
	const WIN_1255 = 'windows-1255';
	const WIN_1256 = 'windows-1256';
	const WIN_1257 = 'windows-1257';
	const WIN_1258 = 'windows-1258';
	const ISO_8859_1 = 'iso-8859-1';
	const ISO_8859_8 = 'iso-8859-8';
	const ISO_8859_8_I = 'iso-8859-8-i';
}

Zerion Mini Shell 1.0