예제 #1
0
파일: Part.php 프로젝트: shapecode/imap
 public function getCharset()
 {
     return $this->parameters->get('charset');
 }
예제 #2
0
파일: Headers.php 프로젝트: shapecode/imap
 /**
  * Get header
  *
  * @param string $key
  *
  * @return string
  */
 public function get($key)
 {
     return parent::get(strtolower($key));
 }