Lines Matching defs:parseAddress
148 func ParseAddress(address string) (*Address, error) {
250 addr, err := p.parseAddress()
268 addr, err := p.parseAddress()
279 // parseAddress parses a single RFC 5322 address at the start of p.
280 func (p *addrParser) parseAddress() (addr *Address, err error) {
281 debug.Printf("parseAddress: %q", p.s)
299 debug.Printf("parseAddress: not an addr-spec: %v", err)
300 debug.Printf("parseAddress: state is now %q", p.s)
310 debug.Printf("parseAddress: displayName=%q", displayName)
324 debug.Printf("parseAddress: spec=%q", spec)