Skill name: skill-email-client
User story:
As a user I want this Skill to have complete email functionality on Mycroft so I can listen, search, compose, answer, classify and delete emails
Besides that, I will be able to set IMAP flags and following marks
What third party services, data sets or platforms will the Skill interact with?
Any IMAP-enabled server
Are there similar Mycroft Skills already?
Google-gmail
What will the user Speak to trigger the Skill?
A complete email assistant can be as complete as desired, here there are some examples:
- âDo i have any new email [from my contacts]?â (specifying âfrom my contactsâ will exclude mailing lists and so)
- âPlease, notify me when [a|next] mail from {{email_contact}} arrivesâ
- âWhat emails do I have [from my contacts]?â
- âList my emailsâ
- âCompose an email for [{{email_address}}|{{email_contact}}] with subject {{email_subject}}â
- â{{email_action}} all emails from {{email_contact}}â (where email action can be move, delete, flag, tagâŚ
- âRead [latest|next] unreaded emailâ
Once âinsideâ the email (the one Mycroft just readed), the user can say the following:
- âAnswer this email [to everybody]â
- âDelete this emailâ
- âMove this email to folder {{IMAP_folder}}â
- âFlag this email as [important|following|todo|etc]â
- âMark this sender as spammerâ
- âUnsubscribe me for this mailing listâ
- âCreate a new rule {{rule_name}} on new incoming emails where {{rule_condition}}, do {{rule_action}}â
What phrases will Mycroft Speak?
- âYou have [no|X] new emailsâ
- âHey, Angel, a new email from John Doe has arrived, should I continue notifying new emails from him?â (Here user should answer yes or no to continue or cancel monitoring)
- âYou have X emails from {{email_contact}}â
- âMail from {{email_sender}} with subject {{email_subject}} received at {{email_time}} starts with {{email_summary}}â (email summary can be the first 50 characters) Mycroft then will read the next email, unless user says it will want to know the full content of the email or if the sender is flagged as favourite or conversation is flagged as important, so Mycroft will read the complete email by default.
-
âSay the content of the email, when done, say stop dictationâ
âŚ
What Skill Settings will this Skill need to store?
- Document directory path
- Custom dictation start and stop phrases
Other comments?
I know this is a very complex skill. Doing it well could show the power of the AI behind Mycroft by converting it into an assistant for the most basic everyday use: checking the email.
It should know what the user wants in every situation, doing it fluent and saving time to the user, reminds me to SARAH (from Eureka): an AI coming from the future.


