Is there instructions on how add new program type? #247
Replies: 2 comments 3 replies
-
|
Thanks very much and this is a great idea! I actually do plan to make an Email app in the near future that will fully function. The only thing stopping me is trying to find a way to do it without having to do anything on the backend myself. Ideally using a email sending api. I also plan for this app to be able to save the sent emails and to open eml files using something like https://github.com/nodemailer/mailparser I will put this feature as high priority. Until then there is no way to make custom apps without working in the source code yourself. |
Beta Was this translation helpful? Give feedback.
-
|
@DustinBrett interaction with a email will be great! I am guessing there would be a way to configure the email sender settings somehow is the app itself. Any idea how long it'll take to add Outlook to the app? Anything I can do to help expedite this? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, thanks a lot for this great tool!
I am trying to create a way to emulate "Outlook" like experience where the user can option outlook and send an email. The email won't need to be actually sent, but I would fire a custom Javascript event instead like "CustomEmailSent" with the info from outlook.
Is there a how-to documents that explain what is needed in order to add this the daedalOS? The idea is to do something like the screenshots below
Also, is there a way to run the emulator inside an html div of a current page instead of a stand alone app?
Beta Was this translation helpful? Give feedback.
All reactions