in reply to (OT) Linking to an attachment from within a HTML email

First of all, I would try to remove Gmail as intermediary. Most likely, Gmail rewrites (the HTML of) your email or maybe renders the text part instead of rendering the HTML part.

Find a (trustworthy) mail server where you can access the likely unmodified mail via IMAP or the mail program.

Replies are listed 'Best First'.
Re^2: (OT) Linking to an attachment from within a HTML email
by LanX (Saint) on Mar 14, 2016 at 14:53 UTC
    True ... Gmail rewrites a lot!

    Alternatively somehow explains to me the wicked path to see the raw mail's text in Lotus Notes.

    Didn't you mention using it? ;-)

    Cheers Rolf
    (addicted to the Perl Programming Language and ☆☆☆☆ :)
    Je suis Charlie!

      You can get a small window in the "original" mail headers of Lotus Notes emails by going to the "Properties" tab of a document and there selecting the "ruler" tab. There you get a small window which shows the textual representation of (for example) the "Body" property.

      Lotus Notes is "just" a document store with some predefined properties and rendering. Notes emails have a different internal representation and don't necessarily look like the mails you receive after they go through MIME encoding.

      Also see getnotes.pl, Extract Lotus Notes Mail to HTML

        Thanks a lot, me and my colleague (you know who) have been a hundred times in this dialogue without discovering that (Motif like ;-) drop-down ...

        Cheers Rolf
        (addicted to the Perl Programming Language and ☆☆☆☆ :)
        Je suis Charlie!

      > True ... Gmail rewrites a lot!

      but in this case a chose "Original anzeigen" ( ~ "Display original") which as far as I can see really shows the original.

      For instance embedded src="data:image/gif;base64, images are not purged like in the end display.

      Cheers Rolf
      (addicted to the Perl Programming Language and ☆☆☆☆ :)
      Je suis Charlie!