Skip to content

Commit 483a041

Browse files
committed
Typo fixed
1 parent f0570f3 commit 483a041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Connection/Protocols/ImapProtocol.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,8 @@ public function examineOrSelect(string $command = 'EXAMINE', string $folder = 'I
516516
case '[UIDNEXT':
517517
$result['uidnext'] = (int)$tokens[2];
518518
break;
519-
case '[NONEXISTENT':
520-
throw new RuntimeException("folder doesnt exist");
519+
case '[NONEXISTENT]':
520+
throw new RuntimeException("folder doesn't exist");
521521
default:
522522
// ignore
523523
break;

0 commit comments

Comments
 (0)