示例#1
0
文件: part.php 项目: Kervinou/OBM
 public function get_content()
 {
     return SMime::encode($this->content, $this->get_encoding(), $this->line_length, $this->eol);
 }
示例#2
0
文件: MimeTest.php 项目: Kervinou/OBM
 public function test_not_supported_encoding_should_throw_with_streams_too()
 {
     $this->setExpectedException('SMimeException');
     SMime::encode_stream('test', 'dummy');
 }