Guest User

Untitled

a guest
Oct 18th, 2017
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 5.91 KB | None | 0 0
  1. Array
  2. (
  3.     [0] => stdClass Object
  4.         (
  5.             [actions] => Array
  6.                 (
  7.                     [0] => stdClass Object
  8.                         (
  9.                             [type] => IMAP_MOVE_MAIL
  10.                             [params] => Array
  11.                                 (
  12.                                     [0] => filtertest
  13.                                 )
  14.  
  15.                         )
  16.  
  17.                 )
  18.  
  19.             [tag] => test
  20.             [criteria] => Array
  21.                 (
  22.                     [0] => stdClass Object
  23.                         (
  24.                             [matcher] => stdClass Object
  25.                                 (
  26.                                     [type] => CONTAINS
  27.                                     [params] => Array
  28.                                         (
  29.                                             [0] => @
  30.                                         )
  31.  
  32.                                 )
  33.  
  34.                             [getter] => FROM_EMAIL
  35.                         )
  36.  
  37.                 )
  38.  
  39.         )
  40.  
  41.     [1] => stdClass Object
  42.         (
  43.             [actions] => Array
  44.                 (
  45.                 )
  46.  
  47.             [tag] => Test
  48.             [criteria] => Array
  49.                 (
  50.                     [0] => stdClass Object
  51.                         (
  52.                             [matcher] => stdClass Object
  53.                                 (
  54.                                     [type] => MATCHES
  55.                                     [params] => Array
  56.                                         (
  57.                                             [0] => Chris
  58.                                         )
  59.  
  60.                                 )
  61.  
  62.                             [getter] => FROM_NAME
  63.                         )
  64.  
  65.                     [1] => stdClass Object
  66.                         (
  67.                             [matcher] => stdClass Object
  68.                                 (
  69.                                     [type] => MATCHES
  70.                                     [params] => Array
  71.                                         (
  72.                                             [0] => c@rpediem.com
  73.                                         )
  74.  
  75.                                 )
  76.  
  77.                             [getter] => FROM_EMAIL
  78.                         )
  79.  
  80.                 )
  81.  
  82.         )
  83.  
  84.     [2] => stdClass Object
  85.         (
  86.             [actions] => Array
  87.                 (
  88.                 )
  89.  
  90.             [tag] => My example filter
  91.             [criteria] => Array
  92.                 (
  93.                     [0] => stdClass Object
  94.                         (
  95.                             [matcher] => stdClass Object
  96.                                 (
  97.                                     [type] => MATCHES
  98.                                     [params] => Array
  99.                                         (
  100.                                             [0] => Sean
  101.                                         )
  102.  
  103.                                 )
  104.  
  105.                             [getter] => FROM_NAME
  106.                         )
  107.  
  108.                     [1] => stdClass Object
  109.                         (
  110.                             [matcher] => stdClass Object
  111.                                 (
  112.                                     [type] => CONTAINS
  113.                                     [params] => Array
  114.                                         (
  115.                                             [0] => boat
  116.                                         )
  117.  
  118.                                 )
  119.  
  120.                             [getter] => SUBJECT
  121.                         )
  122.  
  123.                 )
  124.  
  125.         )
  126.  
  127.     [3] => stdClass Object
  128.         (
  129.             [actions] => Array
  130.                 (
  131.                 )
  132.  
  133.             [tag] => My filter
  134.             [criteria] => Array
  135.                 (
  136.                     [0] => stdClass Object
  137.                         (
  138.                             [matcher] => stdClass Object
  139.                                 (
  140.                                     [type] => MATCHES
  141.                                     [params] => Array
  142.                                         (
  143.                                             [0] => chartering@echoship.dk
  144.                                         )
  145.  
  146.                                 )
  147.  
  148.                             [getter] => FROM_EMAIL
  149.                         )
  150.  
  151.                 )
  152.  
  153.         )
  154.  
  155.     [4] => stdClass Object
  156.         (
  157.             [actions] => Array
  158.                 (
  159.                 )
  160.  
  161.             [tag] => My filter
  162.             [criteria] => Array
  163.                 (
  164.                     [0] => stdClass Object
  165.                         (
  166.                             [matcher] => stdClass Object
  167.                                 (
  168.                                     [type] => MATCHES
  169.                                     [params] => Array
  170.                                         (
  171.                                             [0] => chartering@echoship.dk
  172.                                         )
  173.  
  174.                                 )
  175.  
  176.                             [getter] => FROM_EMAIL
  177.                         )
  178.  
  179.                 )
  180.  
  181.         )
  182.  
  183.     [5] => stdClass Object
  184.         (
  185.             [tag] => Your filter...
  186.             [criteria] => Array
  187.                 (
  188.                     [0] => stdClass Object
  189.                         (
  190.                             [matcher] => stdClass Object
  191.                                 (
  192.                                     [type] => MATCHES
  193.                                     [params] => Array
  194.                                         (
  195.                                             [0] => ddd
  196.                                         )
  197.  
  198.                                 )
  199.  
  200.                             [getter] => FROM_NAME
  201.                         )
  202.  
  203.                 )
  204.  
  205.             [actions] => Array
  206.                 (
  207.                 )
  208.  
  209.         )
  210.  
  211. )
Add Comment
Please, Sign In to add comment