Skip to content

Commit

Permalink
Imap backend 16.1 - Update AS version constant to 16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matidau committed May 20, 2024
1 parent 4b0ecc5 commit d4ce20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/imap/imap.php
Original file line number Diff line number Diff line change
Expand Up @@ -1959,7 +1959,7 @@ public function Settings($settings) {
* @return string AS version constant
*/
public function GetSupportedASVersion() {
return ZPush::ASV_14;
return ZPush::ASV_161;
}


Expand Down

0 comments on commit d4ce20c

Please sign in to comment.