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

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!

  • Comment on Re^2: (OT) Linking to an attachment from within a HTML email

Replies are listed 'Best First'.
Re^3: (OT) Linking to an attachment from within a HTML email
by Corion (Patriarch) on Mar 14, 2016 at 15:07 UTC

    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!

Re^3: (OT) Linking to an attachment from within a HTML email
by LanX (Saint) on Mar 14, 2016 at 15:15 UTC
    > 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!