Home | History | Annotate | Download | only in mail

Lines Matching refs:errors

23 	"errors"
103 return time.Time{}, errors.New("mail: header could not be parsed")
119 var ErrHeaderNotPresent = errors.New("mail: header not in message")
257 return nil, errors.New("mail: misformatted parenthetical comment")
263 return nil, errors.New("mail: expected comma")
275 return nil, errors.New("mail: misformatted parenthetical comment")
281 return nil, errors.New("mail: empty group")
284 return nil, errors.New("mail: group with multiple addresses")
294 return nil, errors.New("mail: no address")
341 return nil, errors.New("mail: no angle-addr")
348 return nil, errors.New("mail: unclosed angle-addr")
377 return nil, errors.New("mail: misformatted parenthetical comment")
384 return nil, errors.New("mail: expected comma")
405 return "", errors.New("mail: no addr-spec")
412 err = errors.New("mail: empty quoted string in addr-spec")
425 return "", errors.New("mail: missing @ in addr-spec")
432 return "", errors.New("mail: no domain in addr-spec")
504 return "", errors.New("mail: unclosed quoted-string")
566 return "", errors.New("mail: invalid string")
571 return "", errors.New("mail: leading dot in atom")
574 return "", errors.New("mail: double dot in atom")
577 return "", errors.New("mail: trailing dot in atom")
585 return "", errors.New("mail: comment does not start with (")
589 return "", errors.New("mail: misformatted parenthetical comment")
692 // Ignore invalid RFC 2047 encoded-word errors.