File tree Expand file tree Collapse file tree
mpt/impl/managesieve/core/src/main/resources/org/apache/james/managesieve/scripts
protocols/managesieve/src/main/java/org/apache/james/managesieve/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222S: "SASL" "PLAIN"
2323S: "SIEVE" ".*"
2424S: "STARTTLS"
25- S: "IMPLEMENTATION" "Apache ManageSieve v1 .0"
25+ S: "IMPLEMENTATION" "Apache James ManageSieve 3.9 .0"
2626S: "VERSION" "1.0"
2727}
2828S: OK
3232S: "SASL" "PLAIN"
3333S: "SIEVE" ".*"
3434S: "STARTTLS"
35- S: "IMPLEMENTATION" "Apache ManageSieve v1 .0"
35+ S: "IMPLEMENTATION" "Apache James ManageSieve 3.9 .0"
3636S: "VERSION" "1.0"
3737}
3838S: OK
@@ -48,7 +48,7 @@ S: "OWNER" "user"
4848S: "SASL" "PLAIN"
4949S: "SIEVE" ".*"
5050S: "STARTTLS"
51- S: "IMPLEMENTATION" "Apache ManageSieve v1 .0"
51+ S: "IMPLEMENTATION" "Apache James ManageSieve 3.9 .0"
5252S: "VERSION" "1.0"
5353}
5454S: OK
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments