Hi Rajesh, I think what you are referring to is easily explained: Horde will by default display attachments inline (e.g. in the message) if it understands the mime-type. That way, you can see pictures and PDF, etc. in the email without opening it, but only if horde has been configured to understand the mime-type. For a list of types that are supported, check out:
horde/imp/config/mime_drivers.php It lists message/partial as one of the supported mime-types and in the detailed section on that mime-type, it says: 'inline' => true and will therefore display that inline in messages. You can change the inline option of each mime-type by changing 'inline' => true to 'inline' => false This would then force the attachment to be displayed as attachment only. Cheers, Martin -- Martin Waschbüsch IT-Dienstleistungen Lautensackstr. 16 80687 München Telefon: +49 89 57005708 Fax: +49 89 57868023 Mobil: +49 170 2189794 [email protected] http://martin.waschbuesch.de Am 22.12.2010 um 17:42 schrieb Rajesh M: > hi > > i am testing out horde due html mail issues in squirrelmail > > had a quesions > > when i forward an email as an attachment (not message body forward) then > the email gets delivered but when the email is opened the recipient who is > also using horde entire email is displayed in the form of email headers > and source code > > in squirrelmail the same shows up as an attachment and on opening it shows > the correct formatting and can be forwarded / replied to etc. it also > shows up correctly in outlook and Thunderbird as an attachment > > i want horde to display this like squirrelmail does ie as an attachment > which can be forwarded, replied to etc > > has anybody experienced such a problem what can be the possible solution > to this ? > > thanks > rajesh > > > > > > --------------------------------------------------------------------------------- > Qmailtoaster is sponsored by Vickers Consulting Group > (www.vickersconsulting.com) > Vickers Consulting Group offers Qmailtoaster support and installations. > If you need professional help with your setup, contact them today! > --------------------------------------------------------------------------------- > Please visit qmailtoaster.com for the latest news, updates, and packages. > > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------------------- Qmailtoaster is sponsored by Vickers Consulting Group (www.vickersconsulting.com) Vickers Consulting Group offers Qmailtoaster support and installations. If you need professional help with your setup, contact them today! --------------------------------------------------------------------------------- Please visit qmailtoaster.com for the latest news, updates, and packages. To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
