enough_mail_app
enough_mail_app copied to clipboard
Quickfilter for messages
Allow to filter messages easily by unread/read or flagged/unflagged.
Question is: should there also be a filter for messages with attachments? Problem is that this is not visible from the envelope data, but an educated guess can be made, e.g. when a message exceeds a certain size. If the content-type is known, then an additional hint could be a multipart/mixed media type.
Hey @robert-virkus 😄 I haven't looked through the source code fully yet, however this sounds like an interesting first issue to get started. Can I take a look at this and maybe contact you if I have further questions?
Hi @mic-ray sure thing, it would be awesome if you can add this feature!
Please note the contributors license agreement.
This feature will not be trivial, as this filter probably needs to be added to the various MessageSources - this is an area that is in dire need for future improvements anyhow, so maybe your work will inspire me to make that better :-)
Okay, so since you are saying that maybe I underestimated the scope of the feature 😄. Nevertheless I'll try and take a look at implementing it.
However I am currently having issues with building and running the app locally, since I am getting errors in the ThemeService class (under lib/services/theme_service.dart). The named parameters colorSchemeSeed and useMaterial3 don't seem to be defined under the ThemeData object.
I have already ran flutter pub get and flutter pub upgrade. Any tips on what I have maybe missed when setting up locally?
Hey @mic-ray - just upgrade your Flutter installation to 2.10: flutter upgrade. The latest version is 2.10.2 afaik.