@@ -30,6 +30,9 @@ discard block |
||
30 | 30 | } |
31 | 31 | } |
32 | 32 | |
33 | + /** |
|
34 | + * @param boolean $clear |
|
35 | + */ |
|
33 | 36 | protected function flags( $flags, $clear ) { |
34 | 37 | $cb = [$this->imap(), $clear ? 'clearflag' : 'setflag']; |
35 | 38 | |
@@ -74,6 +77,9 @@ discard block |
||
74 | 77 | return $this->headers; |
75 | 78 | } |
76 | 79 | |
80 | + /** |
|
81 | + * @param string $name |
|
82 | + */ |
|
77 | 83 | public function header( $name ) { |
78 | 84 | $headers = $this->headers(); |
79 | 85 | return @$headers[ strtolower($name) ]; |