zalazdi / laravel-imap

Laravel 5 IMAP client.
MIT License
48 stars 24 forks source link

Add setFlag method #15

Closed rap2hpoutre closed 7 years ago

rap2hpoutre commented 7 years ago

If you want to update a a message ("mark as read") you can do: $message->setFlag('\\Seen');

zalazdi commented 7 years ago

Great, thanks!

rap2hpoutre commented 7 years ago

You're welcome. Can you release? (I would like to update my project).

Side question: I could re-indent/clean your sources, are you OK with this or is it a waste of time?

zalazdi commented 7 years ago

Sure.

Hmm... I wanted to refactor whole library, but I can't find the time for last 3 months. I'll try to do refactoring this month, so this is probably waste of time.