File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -269,16 +269,16 @@ This class offers a rich set of helper methods for interacting with individual e
269269
270270The ` Message ` class provides several methods to access basic properties:
271271
272- - ** UID and Flags**
272+ ** UID and Flags**
273273- ` uid() ` : Returns the unique identifier (UID) of the message.
274274- ` flags() ` : Returns an array of flags currently set on the message.
275275
276- - ** Headers and Contents**
276+ ** Headers and Contents**
277277- ` headers() ` : Returns the raw headers as a string.
278278- ` contents() ` : Returns the raw message content.
279279- ` hasHeaders() ` / ` hasContents() ` : Determine whether the message has headers or contents.
280280
281- - ** Metadata**
281+ ** Metadata**
282282- ` subject() ` : Returns the subject of the message.
283283- ` date() ` : Returns the message’s date as a Carbon instance (if available).
284284- ` messageId() ` : Retrieves the Message-ID header (globally unique identifier for the message).
@@ -314,12 +314,12 @@ Messages that include attachments can be inspected with:
314314
315315The class also provides methods to modify message flags, which help you manage the state of a message:
316316
317- - ** Marking as Seen/Unseen**
317+ ** Marking as Seen/Unseen**
318318- ` markSeen($expunge = true) ` : Marks the message as read.
319319- ` unmarkSeen($expunge = true) ` : Marks the message as unread.
320320- * Aliases:* ` markRead() ` and ` markUnread() ` .
321321
322- - ** Other Flags**
322+ ** Other Flags**
323323- ` markAnswered() ` / ` unmarkAnswered() `
324324- ` markFlagged() ` / ` unmarkFlagged() `
325325- ` markDeleted() ` / ` unmarkDeleted() `
You can’t perform that action at this time.
0 commit comments