Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 595b911

Browse files
committed
Documenting some enhancments
1 parent 4bbafd9 commit 595b911

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/MailTracking.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@
2525
*/
2626
trait MailTracking
2727
{
28+
// TODO: Add check for attachments (number of & name)
29+
// TODO: Add check for BCC
30+
// TODO: Add check for CC
31+
// TODO: Add check for header
32+
// TODO: Add check for message type
33+
// TODO: Add check for Priority
34+
// TODO: Add check for ReplyTo
35+
// TODO: Allow checking specific message not just most recent one
36+
2837
/**
2938
* Delivered emails.
3039
*

0 commit comments

Comments
 (0)