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

0001 [{
0002     "filter": [
0003         { "field": "From", "match": "@iberia.com", "mimeType": "message/rfc822", "scope": "Ancestors" }
0004     ],
0005     "script": "iberia.js",
0006     "mimeType": "text/plain"
0007 },
0008 {
0009     "filter": [
0010         {
0011             "field": "airlineDesignatorOfBoardingPassIssuer",
0012             "match": "IB",
0013             "mimeType": "internal/iata-bcbp",
0014             "scope": "Descendants"
0015         }
0016     ],
0017     "function": "extractBoardingPass",
0018     "mimeType": "application/pdf",
0019     "script": "iberia.js"
0020 }, {
0021     "mimeType": "application/vnd.apple.pkpass",
0022     "filter": [ { "field": "passTypeIdentifier", "match": "pass.com.iberia.MobileBoardingPassType", "mimeType": "application/vnd.apple.pkpass", "scope": "Current" } ],
0023     "script": "iberia.js",
0024     "function": "extractPkPass"
0025 }]