Ver Mensaje Individual
  #4 (permalink)  
Antiguo 24/10/2009, 04:42
Avatar de neodani
neodani
 
Fecha de Ingreso: marzo-2007
Mensajes: 1.811
Antigüedad: 17 años, 2 meses
Puntos: 20
Respuesta: Problema al tratar adjuntos vía IMAP

Desde el Thunderbird
More then one part
Inline message has lines


Código php:
Ver original
  1. stdClass Object
  2. (
  3.     [type] => 1
  4.     [encoding] => 0
  5.     [ifsubtype] => 1
  6.     [subtype] => MIXED
  7.     [ifdescription] => 0
  8.     [ifid] => 0
  9.     [ifdisposition] => 0
  10.     [ifdparameters] => 0
  11.     [ifparameters] => 1
  12.     [parameters] => Array
  13.         (
  14.             [0] => stdClass Object
  15.                 (
  16.                     [attribute] => BOUNDARY
  17.                     [value] => ------------080602000207040202060806
  18.                 )
  19.  
  20.         )
  21.  
  22.     [parts] => Array
  23.         (
  24.             [0] => stdClass Object
  25.                 (
  26.                     [type] => 1
  27.                     [encoding] => 0
  28.                     [ifsubtype] => 1
  29.                     [subtype] => ALTERNATIVE
  30.                     [ifdescription] => 0
  31.                     [ifid] => 0
  32.                     [ifdisposition] => 0
  33.                     [ifdparameters] => 0
  34.                     [ifparameters] => 1
  35.                     [parameters] => Array
  36.                         (
  37.                             [0] => stdClass Object
  38.                                 (
  39.                                     [attribute] => BOUNDARY
  40.                                     [value] => ------------020902060809030905030907
  41.                                 )
  42.  
  43.                         )
  44.  
  45.                     [parts] => Array
  46.                         (
  47.                             [0] => stdClass Object
  48.                                 (
  49.                                     [type] => 0
  50.                                     [encoding] => 0
  51.                                     [ifsubtype] => 1
  52.                                     [subtype] => PLAIN
  53.                                     [ifdescription] => 0
  54.                                     [ifid] => 0
  55.                                     [lines] => 1
  56.                                     [bytes] => 14
  57.                                     [ifdisposition] => 0
  58.                                     [ifdparameters] => 0
  59.                                     [ifparameters] => 1
  60.                                     [parameters] => Array
  61.                                         (
  62.                                             [0] => stdClass Object
  63.                                                 (
  64.                                                     [attribute] => CHARSET
  65.                                                     [value] => ISO-8859-1
  66.                                                 )
  67.  
  68.                                             [1] => stdClass Object
  69.                                                 (
  70.                                                     [attribute] => FORMAT
  71.                                                     [value] => flowed
  72.                                                 )
  73.  
  74.                                         )
  75.  
  76.                                 )
  77.  
  78.                             [1] => stdClass Object
  79.                                 (
  80.                                     [type] => 0
  81.                                     [encoding] => 0
  82.                                     [ifsubtype] => 1
  83.                                     [subtype] => HTML
  84.                                     [ifdescription] => 0
  85.                                     [ifid] => 0
  86.                                     [lines] => 8
  87.                                     [bytes] => 212
  88.                                     [ifdisposition] => 0
  89.                                     [ifdparameters] => 0
  90.                                     [ifparameters] => 1
  91.                                     [parameters] => Array
  92.                                         (
  93.                                             [0] => stdClass Object
  94.                                                 (
  95.                                                     [attribute] => CHARSET
  96.                                                     [value] => ISO-8859-1
  97.                                                 )
  98.  
  99.                                         )
  100.  
  101.                                 )
  102.  
  103.                         )
  104.  
  105.                 )
  106.  
  107.             [1] => stdClass Object
  108.                 (
  109.                     [type] => 5
  110.                     [encoding] => 3
  111.                     [ifsubtype] => 1
  112.                     [subtype] => PNG
  113.                     [ifdescription] => 0
  114.                     [ifid] => 0
  115.                     [bytes] => 504
  116.                     [ifdisposition] => 1
  117.                     [disposition] => INLINE
  118.                     [ifdparameters] => 1
  119.                     [dparameters] => Array
  120.                         (
  121.                             [0] => stdClass Object
  122.                                 (
  123.                                     [attribute] => FILENAME
  124.                                     [value] => color-palet.PNG
  125.                                 )
  126.  
  127.                         )
  128.  
  129.                     [ifparameters] => 1
  130.                     [parameters] => Array
  131.                         (
  132.                             [0] => stdClass Object
  133.                                 (
  134.                                     [attribute] => NAME
  135.                                     [value] => color-palet.PNG
  136.                                 )
  137.  
  138.                         )
  139.  
  140.                 )
  141.  
  142.         )
  143.  
  144. )