Skip to content

Commit 023c33c

Browse files
committed
Update readme.md
1 parent 245e465 commit 023c33c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -269,16 +269,16 @@ This class offers a rich set of helper methods for interacting with individual e
269269

270270
The `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

315315
The 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()`

0 commit comments

Comments
 (0)