[Tickets #6383] Re: Email not showing

bugs at horde.org bugs at horde.org
Tue Mar 11 04:30:57 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/6383
-----------------------------------------------------------------------
 Ticket             | 6383
 Updated By         | Michael Slusarz <slusarz at horde.org>
 Summary            | Email not showing
 Queue              | IMP
 Version            | HEAD
 Type               | Bug
-State              | Assigned
+State              | Not A Bug
 Priority           | 2. Medium
 Milestone          | 4.2
 Patch              | 
 Owners             | Horde Developers, Michael Slusarz
-----------------------------------------------------------------------


Michael Slusarz <slusarz at horde.org> (2008-03-11 00:30) wrote:

This message should never show because it is broken.  Here is the return
from imap_fetchstructure():

stdClass Object
(
    [type] => 1
    [encoding] => 0
    [ifsubtype] => 1
    [subtype] => MIXED
    [ifdescription] => 0
    [ifid] => 0
    [ifdisposition] => 0
    [ifdparameters] => 0
    [ifparameters] => 1
    [parameters] => Array
        (
            [0] => stdClass Object
                (
                    [attribute] => boundary
                    [value] => ===============1590768511==
                )

        )

    [parts] => Array
        (
            [0] => stdClass Object
                (
                    [type] => 0
                    [encoding] => 0
                    [ifsubtype] => 1
                    [subtype] => PLAIN
                    [ifdescription] => 0
                    [ifid] => 0
                    [lines] => 4
                    [bytes] => 224
                    [ifdisposition] => 1
                    [disposition] => inline
                    [ifdparameters] => 0
                    [ifparameters] => 1
                    [parameters] => Array
                        (
                            [0] => stdClass Object
                                (
                                    [attribute] => charset
                                    [value] => us-ascii
                                )

                        )

                )

        )

)

As can be seen, according to c-client, this message has 1 part, a
text/plain part, that is 224 bytes long.




More information about the bugs mailing list