/**
  * Resets the configuration of the class
  * 
  * @internal
  * 
  * @return void
  */
 public static function reset()
 {
     self::$convert_crlf = FALSE;
     self::$fqdn = NULL;
     self::$popen_sendmail = FALSE;
 }