This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:software:tim:timer:signalbymail [2014/12/16 16:31] 127.0.0.1 external edit |
en:software:tim:timer:signalbymail [2021/07/01 09:52] (current) |
||
---|---|---|---|
Line 2: | Line 2: | ||
===== signalByMail ===== | ===== signalByMail ===== | ||
==== Description ==== | ==== Description ==== | ||
- | This [[software:tim:timer|timer]] checks a mailbox for new mails and forwards the corresponding process instance. | + | This [[en:software:tim:timer|timer]] checks a mailbox for new mails and forwards the corresponding process instance. |
------ | ------ | ||
==== Timer Name ==== | ==== Timer Name ==== | ||
Line 8: | Line 8: | ||
==== Webservice Name ==== | ==== Webservice Name ==== | ||
ProcessInstanceManager \\ | ProcessInstanceManager \\ | ||
- | ==== Webservice Methode ==== | + | ==== Webservice Method ==== |
signalByMailWithLimitAndMoveMessage | signalByMailWithLimitAndMoveMessage | ||
---- | ---- | ||
Line 20: | Line 20: | ||
\\ == Filter-Reg-Exp == | \\ == Filter-Reg-Exp == | ||
- | filterRegex, a [[regularexpression|Regular Expression]] that specifies a condition which mails are to be processed. | + | filterRegex, a [[regularexpression|regular expression]] that specifies the conditions under which mails are to be processed. |
>> **IMPORTANT!** | >> **IMPORTANT!** | ||
- | > If parts of the [[regularexpression|regular expression]] set in ( ) they will still be searched but not a part of the return value.(e.g.the PI-ID) | + | > If parts of the [[regularexpression|regular expression]] are set in ( ), they will still be searched but will not be a part of the return value.(e.g.the PI-ID) |
- | > Example: <code>(args\[3\]=)[A-Za-z_0-9]*(\&args\[4\]=)</code> returns a text with uppercase and lowercase letters, underscore and numbers when it stands between args [3] and & args [4]. | + | > Example: <code>(args\[3\]=)[A-Za-z_0-9]*(\&args\[4\]=)</code> returns a text with uppercase and lowercase letters, underscore and numbers when it is located between args[3]= and &args[4] |
\\ === E-Mail-address === | \\ === E-Mail-address === | ||
- | email, the complete e-mail address from which the mails are retrieved. | + | the complete e-mail address from which the mails are retrieved. |
\\ === Password === | \\ === Password === | ||
- | password, password of the E-Mail account | + | the password of the E-Mail account |
\\ === Port === | \\ === Port === | ||
- | port, match the e-mail address and the host | + | the port corresponding to the e-mail address and the host |
\\ === Host === | \\ === Host === | ||
host, e.g. pop3.gmail.com | host, e.g. pop3.gmail.com | ||
Line 39: | Line 39: | ||
---- | ---- | ||
==== Dependencies ==== | ==== Dependencies ==== | ||
- | \\ __T!M Version__ : [[en:software:tim:changelog:2.4.7|Version 3.5.1]] | + | \\ __TIM Version__ : [[en:software:tim:changelog:2.4.7|Version 3.5.1]] |