>>>>>>>> Does anyone else have problems viewing [ message/rfc822 ] >>>>>>>> type attachments in SM 1.4.3a? >>>>>>> >>>>>>> >>>>>>>> Whenever I click on the "view" option at the bottom of the >>>>>>>> email it displays the following message info but no message: >>>>> >>>>>>>> An example source is attached. >>>>>>>> >>>>>>>> >>>>> >>>>>>> It wasn"t really attached, but pasted, and a bunch of headers >>>>>>> got messed up because of it. Would it be possible to resent the >>>>>>> message as an attachment? >>>>> >>>>>> Example message should be attached now with: >>>>>> Subject: Message >>>>>> Body: Message >>>>>> >>>>>> >>>>>> >>>>>> and attachment with: Subject: Attachment Body: attachment >>>>>> >>>>>> >>>>> >>>>> Maybe I"m missing something, but that is exactly what I see, what >>>>> do you get? Looking at the content source, that is exactly what >>>>> should >>> be >>>>> shown too. >>>>> >>>>> -- >>>>> Jonathan Angliss >>>>> <[EMAIL PROTECTED]> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>> >>>> Sorry for the delayed reply but I can"t post to the list from my >>>> >>> webmail >>>> for some reason. >>>> >>>> An example of what I see is here: >>>> http://www.ghserver.co.uk/test/read_body-message.htm >>>> http://www.ghserver.co.uk/test/read_body-attachment.htm >>>> >>>> >>>> >>>> The attachment body is missing - no errors or anything and if I click >>>> view on the attachment page it just goes to the same page again. >>>> >>>> Tried adding: >>>> error_reporting(E_ALL); ini_set("display_errors",1); >>>> >>>> to read_body (at line 30) but got no errors or warnings. >>>> >>> >>> I think your imap server is broken and produces wrong bodystructures. >>> What >>> imap server do you use? >>> >> >> I'm using hmailserver and that wouldn't surprise me. I also can't view >> inline image attachments so that may be the same issue. >> >> Can you tell me how to get enough info to submit a bug report to >> hmailserver? >> > > Yes, but it's kind of complicated. First you need to know the UID (32 bit > int) of the message. You can look it up in the url link to the message > from the message list. UID is stored in passed_id. So look what's behind > &passed_id=..... > > After that you go the the imap info plugin of your option page. If the > plugin is not enabled, enable it. > > If the problem message is in INBOX then it's easy, leave checkbox one > (TEST_0) checked (SELECT INBOX). Go to checkbox TEST_9, check it and in > the input field type: > > UID FETCH your_just_found_uid BODYSTRUCTURE > > (example UID FETCH 1224 BODYSTRUCTURE) > > submit. > > Copy paste the response to the bodystructure call and send it to me, > together with the attached original mail. > > I tell you what's wrong with it so you can file a bug at hmailserver. > > >> Can you also copy this to the squirrelmail list for me. I unsubscribed >> to >> change me email address and have tried to subscribe 4 times with three >> email addresses but never get a confirmation email :o( >> > > yup.
Thanks marc, I have actually emailed Jon at squirrelmail login details to a test account on my hmail server with the offending messages so it may be worth checking Jon hasn't looked at it already - Jon the info plugin is now enabled. The test actually failed: Server Capability response: * CAPABILITY IMAP4 IMAP4rev1 folder_prefix = default_charset = iso-8859-15 TEST_0 Request: A003 SELECT INBOX Response: * 80 EXISTS * 0 RECENT * OK [UNSEEN 17945] Message 17945 is first unseen * OK [UIDVALIDITY 213] UIDs valid * OK [UNSEEN 17945] Message 17945 is the first unseen * OK [PERMANENTFLAGS (\Deleted \Seen \Draft \Answered \Flagged)] Permanent flags SELECT completed TEST_9 Request: A004 UID FETCH 17982 BODYSTRUCTURE Response: UID failed Gabriel ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
