add IOHub mail

This commit is contained in:
Xuan Sang LE
2021-03-05 22:01:39 +01:00
parent d39d10d78a
commit fd38acfc02
21 changed files with 75 additions and 157 deletions

View File

@ -0,0 +1,9 @@
class IOMail extends this.OS.application.BaseApplication
constructor: ( args ) ->
super "IOMail", args
main: () ->
IOMail.singleton = true
this.OS.register "IOMail", IOMail