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

Managesieve: Support 'subaddress' extension (RFC5233) #5582

Closed
internethering opened this issue Jan 7, 2017 · 1 comment
Closed

Managesieve: Support 'subaddress' extension (RFC5233) #5582

internethering opened this issue Jan 7, 2017 · 1 comment

Comments

@internethering
Copy link

internethering commented Jan 7, 2017

see https://tools.ietf.org/html/rfc5233

It's a easy way to filter mails: example+github@example.org, example+lkml@example.org:

require ["envelope","fileinto","subaddress"];
if envelope :detail "to" "github"
{
	fileinto "Github";
}
if envelope :detail "to" "lkml"
{
	fileinto "LinuxKernelML";
}
@internethering internethering changed the title Managesieve: Add Support for sieve extension subaddress (RFC5233) Managesieve: Support 'subaddress' extension (RFC5233) Jan 7, 2017
@alecpl alecpl added this to the later milestone Jan 7, 2017
@alecpl
Copy link
Member

alecpl commented Mar 21, 2017

The subaddress extension is supported since version 5.0 of the plugin, i.e. for more than five years.

@alecpl alecpl closed this as completed Mar 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants