Documentation
¶
Overview ¶
Package email handles generic email addresses from major providers.
This package supports major email providers like Outlook, ProtonMail, Yahoo, iCloud, AOL, and others. It extracts usernames for cross-platform guessing.
For Gmail addresses, use the google package which has GAIA ID resolution. For Mail.ru addresses, use the mailru package which has profile fetching.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthRequired ¶
func AuthRequired() bool
AuthRequired returns false because we don't fetch any external data.
Types ¶
type Option ¶
type Option func(*config)
Option configures the email client.
func WithHTTPCache ¶
WithHTTPCache is a stub for consistency with other packages. Email parsing doesn't require HTTP caching.
func WithLogger ¶
WithLogger is a stub for consistency with other packages. Email parsing doesn't require logging.