Skip to content

Commit

Permalink
fix(mail): retrieve IMAP delimiter after LIST command
Browse files Browse the repository at this point in the history
  • Loading branch information
cgx committed Apr 21, 2021
1 parent a83b0d8 commit 189aab3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SoObjects/SOGo/SOGoSieveManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,8 @@ - (NSException *) updateFiltersForAccount: (SOGoMailAccount *) theAccount
if (!delimiter)
[imapClient list: @"INBOX" pattern: @""];

delimiter = [imapClient delimiter];

if (!delimiter)
delimiter = [dd stringForKey: @"NGImap4ConnectionStringSeparator"];

Expand Down

0 comments on commit 189aab3

Please sign in to comment.