Skip to content

Commit

Permalink
Fix IMAP NTP server time out message..
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Aug 19, 2023
1 parent e787d1b commit 95d8933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/IMAP/ACL/ACL.ino
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ void setup()
for (int i = esp_mail_imap_rights_administer; i < esp_mail_imap_rights_maxType; i++)
{
if (acl.rights[i])
r += (char)('a' + j);
r += (char)('a' + i);
}

Serial.println(r);
Expand Down

0 comments on commit 95d8933

Please sign in to comment.