Working
It uses the Google atom API to get the Summary of the mail,
The Summary of the mail is enough to get a direct link or a single function with parameters
Execute any Function (or Script) and get the Return Values in your E-mail
Requirements
- Gmail (Email) Account
- A Remote Computer with Internet Access

Functions
- You can now use you Gmail account to use Autoit Functions in a remote computer
- Can execute a function through reading the email.
- Can Email back the return values of an executed function.
- The parameter can even be a variable present in the script [see Syntax]
- Execute a Script through Direct Link.
- Execute multiple scripts zipped together through Direct Link.
- Can Email back the PID of the running executables with the scripts.
- Attach any file and get it in your email.
- Able to send the multiple attachments zipped together.
- Writes all the return values in a Log file.
- No email is executed twice, the Message IDs are stored for this purpose.
- Support single line nesting
- Get the attachment, to execute the script
Syntax for Functions
PXL<FuncName>: (<data type>)<first param part a>+(<data type>)<first param part b>|(<data type>)<secondparam>/PXL
Colon[:] - Separation of Function Name with the Parameters
Bar [ | ] - Separation of different parameters
Plus [+] - To Concatenate Values
PXL /PXL - The tags where the code is enclosed
Brackets [ () ] - For specifying the type of the parameter
DataTypes - Always Preceded by any parameter and are enclosed with brackets
; | (s) - String
; | (n) - Number
; | (f) - Floating Number
; | (i) - Integer
; | (b ) - Binary
; | (v) - Variable
; | (h) - Hex
; | (m) - macro
; | (w) - Handle
; | (p) - Pointer
Syntax for Direct Links
PXL<DirectLink>^<Type>/PXL
PXL /PXL - The tags where the code is enclosed
Caret [ ^ ] - To Separate the Link and the Type
Type - Either Zip or au3
DirectLink WebServer
Some of webservers providing Direct Links
DropBox [Tested - Recommended]
Herosh [Tested]*
FileToLink
FileDen
* DirectLink from Herosh changes therefore Example 4 wont work after a while
Credits
CaptainClucks - Atom Feed
Jos - SMTP Mailer
wraithdu - Zip UDF
Change Log
v1.0 - First Release
v1.1 - Added Script Execution with Zipping Functionality
v1.2 - Fixed some Minor bugs
v1.3 - Added RemoteGmail_Startup
v1.4 - Fixed Compiling Issues
The UDF - Download
The UDF is currently tested on x86
All Comments ,Queries , Feedback and Advice are welcomed...
The UDF with the Examples have been compiled in the following Zip
v1.4 RemoteGmail.7z 12.56K
338 downloadsPrevious Downloads : 338
Regards
Phoenix XL
Edited by PhoenixXL, 09 February 2013 - 08:44 AM.






