You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to implement your own shortcuts using a mask just extend [MessageMask::class](#messagemaskclass), [AttachmentMask::class](#attachmentmaskclass)
501
-
or [Mask::class](#maskclass) and implement your required logic:
505
+
If you want to implement your own mask just extend [MessageMask::class](#messagemaskclass), [AttachmentMask::class](#attachmentmaskclass)
506
+
or [Mask::class](#maskclass) and implement your desired logic:
502
507
503
508
```php
504
509
/** @var \Webklex\IMAP\Message $oMessage */
@@ -732,7 +737,7 @@ if you're just wishing a feature ;)
0 commit comments