ba7e8275bce37aa847d25c68f5d4f4bcc59a597f
6 * This file should contain class needed to handle Language properties in
7 * mime messages. I suspect that it is RFC2231
9 * @copyright © 2003-2006 The SquirrelMail Project Team
10 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
12 * @package squirrelmail
18 * Class that can be used to handle language properties in MIME headers.
20 * @package squirrelmail
29 function Language($name) {
36 $this->properties
= array();