NetTalk Central

Author Topic: display an eml message either using FileExplorer or not  (Read 4887 times)

olu

  • Sr. Member
  • ****
  • Posts: 352
    • View Profile
    • Email
display an eml message either using FileExplorer or not
« on: September 28, 2009, 07:11:08 AM »
hi is there any way to view emails(eml file) ?

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: display an eml message either using FileExplorer or not
« Reply #1 on: September 29, 2009, 10:39:30 PM »
Hi Olu,

EML's contain a lot of fields about the email. Most of them are test though, so are easy to display. I presume you're asking about the HTML field inside the EML?

If so, then yes, use File Explorer to view it.

cheers
Bruce


olu

  • Sr. Member
  • ****
  • Posts: 352
    • View Profile
    • Email
Re: display an eml message either using FileExplorer or not
« Reply #2 on: September 30, 2009, 09:17:08 AM »
hi sorry just looked at the post i did sent and i think i have written it wrongly but what i was really after was i wanted to view eml files over the web. The idea was to create a webmail program to logon and look up mails. Is this possible? using nettalk web server. I have been able to go has far has able to get the mails but the only problem is displaying the file has a html file or is it possible to use file explorer in web server?
 

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: display an eml message either using FileExplorer or not
« Reply #3 on: September 30, 2009, 10:21:51 PM »
No, there's no point using FE to display the EML on the server, since there won't be anyone there to see it.

You don't need to "display" HTML at all - that's what browsers do - so what you'll want to do is split the EML into it's fundamental parts, then push the parts into a group, or file, or whatever, and then just make a form with those fields. The Html part of the email can be sent "as is" - just make sure the field is set on the form to "allow html".

cheers
Bruce

olu

  • Sr. Member
  • ****
  • Posts: 352
    • View Profile
    • Email
Re: display an eml message either using FileExplorer or not
« Reply #4 on: October 01, 2009, 01:03:32 PM »
Thanks bruce, yes i did do that and on some of my messages was displayed perfectly but others that had tables etc just was not displaying properly and was all over the place any advice on how i can make this work?

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: display an eml message either using FileExplorer or not
« Reply #5 on: October 01, 2009, 09:21:21 PM »
Hi Olu,

I guess you need to look at the html that's inside the ones that displayed badly.

If it displays badly then I guess it's applying the wrong styles to the html or something like that.

Cheers
Bruce

olu

  • Sr. Member
  • ****
  • Posts: 352
    • View Profile
    • Email
Re: display an eml message either using FileExplorer or not
« Reply #6 on: October 02, 2009, 12:21:15 AM »
thanks bruce, yes i see what you are saying because i think my css file are trying to display the html files to my settings and not to the generated html codes so where do i turn off css lookup just for one form i have tried taking out all the css classes field and replace with '' in the form but that dosent do it.