| 4-gmail.js | |
| Variables | |
| gmailOk | True if gmail is working |
| Functions | |
| onLoad | This function is called when the form is show. |
| next | Process to the next step of the assistant |
| switchedEnabled | Switch on or off gmail |
| testGmailOn | Test if gmail is activated and working, and change the interface |
| testSmtp | Test is the current smtp server set in options is working. |
True if gmail is working
var gmailOk
This function is called when the form is show.
function onLoad( win )
Process to the next step of the assistant
function next()
Switch on or off gmail
function switchedEnabled()
Test if gmail is activated and working, and change the interface
function testGmailOn()
Test is the current smtp server set in options is working.
function testSmtp()