Uses of Class
net.israfil.service.mail.api.smtp.SMTPHeaderTypes

Packages that use SMTPHeaderTypes
net.israfil.service.mail.api.smtp   
 

Uses of SMTPHeaderTypes in net.israfil.service.mail.api.smtp
 

Methods in net.israfil.service.mail.api.smtp that return SMTPHeaderTypes
static SMTPHeaderTypes SMTPHeaderTypes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SMTPHeaderTypes SMTPHeaderTypes.valueOfCanonicalString(java.lang.String canonical)
           
static SMTPHeaderTypes[] SMTPHeaderTypes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.israfil.service.mail.api.smtp with parameters of type SMTPHeaderTypes
 void SMTPMessage.addAddress(SMTPHeaderTypes type, SMTPAddress... addresses)
           
static void SMTPUtils.validateSpecialHeader(SMTPHeaderTypes type, MailHeader<?> header)
           
 



Copyright © 2009. All Rights Reserved.