Skip to content

Commit

Permalink
Merge pull request Z-Hub#95 from matidau/imap-as16
Browse files Browse the repository at this point in the history
Imap backend 16.1 - Update AS version constant to 16.1
  • Loading branch information
matidau authored Aug 1, 2024
2 parents 7a4702d + 49884b1 commit 555320f
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 @@ -1990,7 +1990,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 555320f

Please sign in to comment.