Receive Action for E-Mail Boxes
Back to Delete E-Mail Boxes...
Since version 2.5 of todo4teams you have the option to control the process of receiving emails by beans of javascript code. Open the dialog to configure an email box and select the tab "Receive Action" tab.
Place your javascript code in theUse the editor pane (upper pane) to place your script code. You will see the line numbers on the left and the code will be colorized to ease programming.
The text pane below is used to display messages produced by your script when you simule email processing.
You will see three buttons below:
- Validate: Click here to perform a syntax check on your script code.
- Simulate: Click here to run your script on an email read from a file (see next button).
- Email file: Click this button to select an email file on which your run your script for debugging and testing. The email must be in "eml" format - the plain email format. Use e.g. the thundebird emal client to save an email in this format. Note that Microsoft Outlook has no option to save messages as eml.