struct Mail::Parsers::AddressListsParser::AddressStruct

Defined in:

mail/parsers/address_lists_parser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def comments : Array(String) #

[View source]
def comments=(comments : Array(String)) #

[View source]
def display_name : String | Nil #

[View source]
def display_name=(display_name : String | Nil) #

[View source]
def domain : String | Nil #

[View source]
def domain=(domain : String | Nil) #

[View source]
def error #

[View source]
def error=(error) #

[View source]
def group : String | Nil #

[View source]
def group=(group : String | Nil) #

[View source]
def initialize #

[View source]
def local : String | Nil #

[View source]
def local=(local : String | Nil) #

[View source]
def obs_domain_list : String | Nil #

[View source]
def obs_domain_list=(obs_domain_list : String | Nil) #

[View source]
def raw : String | Nil #

[View source]
def raw=(raw : String | Nil) #

[View source]