4-gmail.js

Summary
4-gmail.js
Variables
gmailOkTrue if gmail is working
Functions
onLoadThis function is called when the form is show.
nextProcess to the next step of the assistant
switchedEnabledSwitch on or off gmail
testGmailOnTest if gmail is activated and working, and change the interface
testSmtpTest is the current smtp server set in options is working.

Variables

gmailOk

var gmailOk

True if gmail is working

Functions

onLoad

function onLoad(win)

This function is called when the form is show.

Parameters

winThe form herself.

next

function next()

Process to the next step of the assistant

switchedEnabled

function switchedEnabled()

Switch on or off gmail

testGmailOn

function testGmailOn()

Test if gmail is activated and working, and change the interface

testSmtp

function testSmtp()

Test is the current smtp server set in options is working.  Change the interface

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