Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BREAKING CHANGES] both Alias and Verp are the expanded address #43

Open
azumakuniyuki opened this issue Jan 5, 2025 · 0 comments
Open
Labels
improvement Code improvements

Comments

@azumakuniyuki
Copy link
Member

azumakuniyuki commented Jan 5, 2025

type EmailAddress struct {
	Address string // Email address
	User    string // Local part of the email addres
	Host    string // Domain part of the email address
	Verp    string // Expanded VERP address
	Alias   string // Expanded Alias of the email address
	Name    string // Display name
	Comment string // (Comment)
}

Alias

For example, the email address is [email protected]

VERP

For example, the email address is [email protected]

@azumakuniyuki azumakuniyuki added the improvement Code improvements label Jan 5, 2025
azumakuniyuki added a commit that referenced this issue Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Code improvements
Projects
None yet
Development

No branches or pull requests

1 participant