zbateson / mail-mime-parser

An email parser written in PHP
https://mail-mime-parser.org/
BSD 2-Clause "Simplified" License
441 stars 56 forks source link

Missing function markAsChanged #228

Closed marcoberetta96 closed 5 months ago

marcoberetta96 commented 5 months ago

Hi! I'm searching information about function markAsChanged in version >= 2.0 but I cannot find any reference. Could plea I know why this function has been removed? Thanks

zbateson commented 5 months ago

Hi @marcoberetta96 -- MessagePart now implements SplSubject, and notify should be called instead.

All the best