Uses of Class
mail.MailBuildException

Packages that use MailBuildException
mail   
mail.types   
 

Uses of MailBuildException in mail
 

Methods in mail that throw MailBuildException
abstract  void Mail.build(org.w3c.dom.Element e)
           
abstract  org.w3c.dom.Element Mail.buildContent(org.w3c.dom.Document d)
          builds an XML-Element out of this Mail
static Mail Mail.buildMail(org.w3c.dom.Element e)
          builds a mail out of an XML-Element
 Mail MailArchive.load(java.io.File f)
          loads a mail from a file
 

Uses of MailBuildException in mail.types
 

Methods in mail.types that throw MailBuildException
 void SignedMail.build(org.w3c.dom.Element e)
           
 org.w3c.dom.Element SignedMail.buildContent(org.w3c.dom.Document d)
           
 org.w3c.dom.Element EncryptedMail.buildContent(org.w3c.dom.Document d)
           
 Mail EncryptedMail.decrypt(CryptEngine decryptEngine)