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
I have two Gmail inboxes and one protonmail so I edited in the ability to read multiple email_conf files and check them all together. Not opening a pull request yet since (1) to be able to nicely read all the email_conf files in the directory I had to add a function to mycroft.filesystem and I don't know if that's ok (I just started with Mycroft a few days ago), and (2) ideally it'd also be nice to ask Mycroft to check the inboxes separately. To get around (1) you could just import os instead of working with FileSystemAccess but that seems clunky; and I'll look into (2) when I have the time.
The text was updated successfully, but these errors were encountered:
Hi there, thanks for all the ideas! I’m looking for things to do with this skill, and I’ll add this to my list to do, if you don’t pr it first.
First all the configuration for all the inboxes can be in a single email_conf, probably just add an inbox id and a nice name. This leads into number 2, were I could fuzzy match (mycroft core offers a lot of fuzzy matching) the nice name and only get the email from there.
I tend to use file system access because it’s good to sandbox the skill, and will probably be required for the skill review.
I have two Gmail inboxes and one protonmail so I edited in the ability to read multiple email_conf files and check them all together. Not opening a pull request yet since (1) to be able to nicely read all the email_conf files in the directory I had to add a function to mycroft.filesystem and I don't know if that's ok (I just started with Mycroft a few days ago), and (2) ideally it'd also be nice to ask Mycroft to check the inboxes separately. To get around (1) you could just import os instead of working with FileSystemAccess but that seems clunky; and I'll look into (2) when I have the time.
The text was updated successfully, but these errors were encountered: