Exemple #1
0
 public EmailParser()
 {
     ContentDecoder = new MailContentDecoder();
 }
 public void SetUp()
 {
     _contentDecoder = new MailContentDecoder();
 }