Re: [Evolution] IMAP issues



Interesting.

This is part of the header from reading a message with mutt:

        MIME-Version: 1.0
        Content-Type: MULTIPART/mixed; BOUNDARY=Mumble_of_Moles_640_000
        X-Mailer: dtmail 1.2.1 CDE Version 1.2.1 SunOS 5.6 sun4u sparc 
        Content-Length: 1254888

and

        [-- Attachment #1 --]
        [-- Type: text/plain, Encoding: 7bit, Size: 0.4K --]
        Content-Type: TEXT/plain; charset=us-ascii
        Content-MD5: AdQl4piTYJGG2N/z52bkbr==

        [-- Attachment #2: foo.sdc --]
        [-- Type: application/octet-stream, Encoding: base64, Size: 1.2M --]
        Content-Type: APPLICATION/octet-stream; name="foo.sdc"
        Content-Transfer-Encoding: BASE64
        Content-Description: foo.sdc
        Content-MD5: 5bbGgY/UEJ8eM34Sej4J0h==

from evolution:

        MIME-Version: 1.0
        X-Mailer: dtmail 1.2.1 CDE Version 1.2.1 SunOS 5.6 sun4u sparc 
        Content-Length: 1254888
        Content-Type: multipart/mixed; boundary="=-SgOibSrnQkkuGnoDokeU"

and

        --=-SgOibSrnQkkuGnoDokeU
        Content-Type: text/plain; charset=us-ascii

        --=-SgOibSrnQkkuGnoDokeU
        Content-Type: application/octet-stream; name=foo.sdc

exchange looks like

        Single click
        emitting cursor changed signal, for uid 1480
        selecting uid 1480 (direct)
        Release
        selecting uid 1480 (delayed)
        sending : A00055 UID FETCH 1480 BODY.PEEK[0]
        received: * 54 FETCH (BODY[0] {1097}
        received:  UID 1480)
        received: A00055 OK UID FETCH completed
        sending : A00056 UID FETCH 1480 BODY.PEEK[1.MIME]
        received: * 54 FETCH (BODY[1.MIME] NIL UID 1480)
        received: A00056 OK UID FETCH completed
        sending : A00057 UID FETCH 1480 BODY.PEEK[2.MIME]
        received: * 54 FETCH (BODY[2.MIME] NIL UID 1480)
        received: A00057 OK UID FETCH completed
        redisplaying
        sending : A00058 UID FETCH 1480 BODY.PEEK[1]
        received: * 54 FETCH (BODY[1] {440}
        received:  UID 1480)
        received: A00058 OK UID FETCH completed
        sending : A00059 UID FETCH 1480 BODY.PEEK[2]
        received: * 54 FETCH (BODY[2] {1274700}
        received:  UID 1480)
        received: A00059 OK UID FETCH completed


On Thu, Mar 15, 2001 at 07:07:20PM +0500, Dan Winship wrote:
On 14 Mar 2001 18:53:55 -0500, Superduck wrote:
Ok. This seems to fix the issue with *displaying* the messages.
Everything is viewable now. However, all attachments are saved
as ascii text (junk).

Urm? In the IMAP exchange you quoted, the server was claiming that the
MIME part had no header information, which would mean that it must be
ascii text.

So either the message is not correctly formatted, or your server is not
correctly parsing it, or it is correctly parsing it, but is then giving
the wrong information in response to IMAP commands.

-- Dan

-- 
Pete Gaulin




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]