Warning, /pim/kitinerary/src/lib/scripts/sncb.json is written in an unsupported language. File is not indexed.

0001 [
0002     {
0003         "filter": [
0004             {
0005                 "field": "From",
0006                 "match": "ticketonline@b-rail.be",
0007                 "mimeType": "message/rfc822",
0008                 "scope": "Ancestors"
0009             },
0010             {
0011                 "match": "^[A-Z0-9][A-Z0-9-]{14}$",
0012                 "mimeType": "text/plain",
0013                 "scope": "Descendants"
0014             }
0015         ],
0016         "function": "parsePdf",
0017         "script": "sncb.js",
0018         "mimeType": "application/pdf"
0019     },
0020     {
0021         "filter": [
0022             {
0023                 "field": "carrierId",
0024                 "match": "1088",
0025                 "mimeType": "internal/uic9183",
0026                 "scope": "Descendants"
0027             }
0028         ],
0029         "function": "parseInternationalPdf",
0030         "mimeType": "application/pdf",
0031         "script": "sncb.js"
0032     },
0033     {
0034         "filter": [
0035             {
0036                 "field": "From",
0037                 "match": "@b-europe.com|b-rail.be",
0038                 "mimeType": "message/rfc822",
0039                 "scope": "Parent"
0040             }
0041         ],
0042         "function": "extractFullImage",
0043         "mimeType": "internal/qimage",
0044         "script": "generic.js"
0045     }
0046 ]