Skip to content

Commit f6a9194

Browse files
committed
[ENHANCEMENT] Use Apache James and real version in Capability IMPLEMENTATION
1 parent 5007c8c commit f6a9194

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • mpt/impl/managesieve/core/src/main/resources/org/apache/james/managesieve/scripts
  • protocols/managesieve/src/main/java/org/apache/james/managesieve/core

mpt/impl/managesieve/core/src/main/resources/org/apache/james/managesieve/scripts/capability.test

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SUB {
2222
S: "SASL" "PLAIN"
2323
S: "SIEVE" ".*"
2424
S: "STARTTLS"
25-
S: "IMPLEMENTATION" "Apache ManageSieve v1.0"
25+
S: "IMPLEMENTATION" "Apache James ManageSieve 3.9.0"
2626
S: "VERSION" "1.0"
2727
}
2828
S: OK
@@ -32,7 +32,7 @@ SUB {
3232
S: "SASL" "PLAIN"
3333
S: "SIEVE" ".*"
3434
S: "STARTTLS"
35-
S: "IMPLEMENTATION" "Apache ManageSieve v1.0"
35+
S: "IMPLEMENTATION" "Apache James ManageSieve 3.9.0"
3636
S: "VERSION" "1.0"
3737
}
3838
S: OK
@@ -48,7 +48,7 @@ S: "OWNER" "user"
4848
S: "SASL" "PLAIN"
4949
S: "SIEVE" ".*"
5050
S: "STARTTLS"
51-
S: "IMPLEMENTATION" "Apache ManageSieve v1.0"
51+
S: "IMPLEMENTATION" "Apache James ManageSieve 3.9.0"
5252
S: "VERSION" "1.0"
5353
}
5454
S: OK

protocols/managesieve/src/main/java/org/apache/james/managesieve/core/CoreProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ interface CommandWrapper {
6464
String execute() throws ManageSieveException, SieveRepositoryException, IOException;
6565
}
6666

67-
public static final String IMPLEMENTATION_DESCRIPTION = "Apache ManageSieve v1.0";
67+
public static final String IMPLEMENTATION_DESCRIPTION = "Apache James ManageSieve 3.9.0";
6868
public static final String MANAGE_SIEVE_VERSION = "1.0";
6969

7070
private final SieveRepository sieveRepository;

0 commit comments

Comments
 (0)