Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Jan 14, 2025
1 parent cb7185d commit 822099e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Connection/Protocols/ProtocolInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function examineFolder(string $folder = 'INBOX'): Response;
public function folderStatus(string $folder = 'INBOX', array $arguments = ['MESSAGES', 'UNSEEN', 'RECENT', 'UIDNEXT', 'UIDVALIDITY']): Response;

/**
* Fetch message headers.
* Fetch message content.
*
* @param int|string $uid set to IMAP::ST_UID or any string representing the UID - set to IMAP::ST_MSGN to use
* message numbers instead.
Expand Down

0 comments on commit 822099e

Please sign in to comment.