-
Notifications
You must be signed in to change notification settings - Fork 489
ENHACEMENTS: ManageSieve capabilities #2916
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
base: master
Are you sure you want to change the base?
Conversation
ef3bc52 to
f6a9194
Compare
…gociation and Auth
|
Please @felixauringer have a look to those managesieve bugs reported privately to the PMC |
0098e29 to
35a7cec
Compare
|
I can have a look today. |
felixauringer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only compared the changes to the RFC (did not test locally) and that looked fine 👍
| } | ||
|
|
||
| public static final String IMPLEMENTATION_DESCRIPTION = "Apache ManageSieve v1.0"; | ||
| public static final String IMPLEMENTATION_DESCRIPTION = "Apache James ManageSieve 3.9.0"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I definitely see why you put the version here but maybe it would be nice to have it as a constant somewhere? Changing it here (and probably in other places) and in many tests for every version seems cumbersome to me.
No description provided.