Ejemplo n.º 1
0
 /**
  * Sets the number of allowed characters before folding to $numCharacters.
  *
  * $numCharacters must be one of:
  * - ezcMailHeaderFolder::SOFT_LIMIT (76 characters)
  * - ezcMailHeaderFolder::HARD_LIMIT (998 characters)
  *
  * @param int $numCharacters
  */
 public static function setLimit($numCharacters)
 {
     self::$limit = $numCharacters;
 }