1

Anybody know a way to view the source code of an email from the native Android email app?

I've used the ADB plugin for the Android chrome browser to inspect element, but wondering if there is something similar for the Android email app.

Thanks!

bringo
  • 11
  • 2
  • Do you want to view the raw, unformatted contents of an email from within the email client? – samus May 13 '14 at 16:17
  • Yes, it's a bit unclear what you're asking for. Do you want the source code for the Email apk that is included as standard in the Android OS (likely written in Java) or are you just hoping to monitor the network requests and responses made by the app? – indivisible May 13 '14 at 16:30
  • Thanks for the reply, my apologies for not being clear enough. I'd like the see the HTML that is being generated within a particular email, similar to what the ADB plugin for chrome/android does with inspect element. Looking for the basic HTML (table cells and such). I'm not looking for any of the Java OS code. Hope that helps? – bringo May 14 '14 at 16:55

1 Answers1

0

Save your message as file. An .eml file is saved in the ,Saved mail -folder on the storage. Use an app like total commander to open the file tekst.

ehj
  • 11
  • 1