BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Winmail.dat

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Internet Winsock
View previous topic :: View next topic  
Author Message
Sascha Lange
Guest





PostPosted: Fri Dec 10, 2004 11:40 am    Post subject: Winmail.dat Reply with quote



Hello,

i have a own email client (made with indy), but also i have some problems:

If I send a Mail with e.g. picutes from Outlook, the mail is in the
Attachment and the Filename is "winmail.dat". I know that this is normal,
because Outlook has it's own format. But how can I decode the file, so that
i have the normal picutes (.jpg, etc.) ?

Sascha

P.S.: Sorry for my bad english, but I'm not English ;-)


Back to top
Cristian Nicola
Guest





PostPosted: Fri Dec 10, 2004 12:30 pm    Post subject: Re: Winmail.dat Reply with quote



Have a look at these:
http://www.mapistore.com/Others/Development_Tools/Review_00789_index.html

http://tnef.sourceforge.net/

http://www.dimastr.com/outspy/download/TNEFConverter.zip

It should keep you busy for a while... btw if these are not enough try to
google for tnef ;)

Kind regards,
Cristian Nicola

"Sascha Lange" <sushilange (AT) web (DOT) de> wrote

Quote:
Hello,

i have a own email client (made with indy), but also i have some problems:

If I send a Mail with e.g. picutes from Outlook, the mail is in the
Attachment and the Filename is "winmail.dat". I know that this is normal,
because Outlook has it's own format. But how can I decode the file, so
that
i have the normal picutes (.jpg, etc.) ?

Sascha

P.S.: Sorry for my bad english, but I'm not English ;-)





Back to top
Sascha Lange
Guest





PostPosted: Fri Dec 10, 2004 12:47 pm    Post subject: Re: Winmail.dat Reply with quote



Thanks, but I can't use the component, because i use Indy 9, and the
TNEF-Converter use the dcu-file "winshoe.dcu" which not exist in indy 9.

with goolge i only find TNefViewer which cost 69 $ :(

Best Regards
Sascha

"Cristian Nicola" <n_cristian (AT) hotmail (DOT) com> schrieb im Newsbeitrag
news:41b996b3 (AT) newsgroups (DOT) borland.com...
Quote:
Have a look at these:
http://www.mapistore.com/Others/Development_Tools/Review_00789_index.html

http://tnef.sourceforge.net/

http://www.dimastr.com/outspy/download/TNEFConverter.zip

It should keep you busy for a while... btw if these are not enough try to
google for tnef ;)

Kind regards,
Cristian Nicola

"Sascha Lange" <sushilange (AT) web (DOT) de> wrote in message
news:41b98b1f (AT) newsgroups (DOT) borland.com...
Hello,

i have a own email client (made with indy), but also i have some
problems:

If I send a Mail with e.g. picutes from Outlook, the mail is in the
Attachment and the Filename is "winmail.dat". I know that this is normal,
because Outlook has it's own format. But how can I decode the file, so
that
i have the normal picutes (.jpg, etc.) ?

Sascha

P.S.: Sorry for my bad english, but I'm not English ;-)







Back to top
eshipman
Guest





PostPosted: Fri Dec 10, 2004 2:40 pm    Post subject: Re: Winmail.dat Reply with quote

In article <41b98b1f (AT) newsgroups (DOT) borland.com>, [email]sushilange (AT) web (DOT) de[/email] says...
Quote:
Hello,

i have a own email client (made with indy), but also i have some problems:

If I send a Mail with e.g. picutes from Outlook, the mail is in the
Attachment and the Filename is "winmail.dat". I know that this is normal,
because Outlook has it's own format. But how can I decode the file, so that
i have the normal picutes (.jpg, etc.) ?

Sascha

P.S.: Sorry for my bad english, but I'm not English ;-)



Well, first off, you have OE or Outlook setup incorrectly if they are

doing that.
Many, many spam programs will simply delete your mail if it has a
winmail.dat attachment.

I'd suggest setting up your OE/Outlook to send the pictures in-line.

Back to top
Sascha Lange
Guest





PostPosted: Fri Dec 10, 2004 3:41 pm    Post subject: Re: Winmail.dat Reply with quote

But how should i do this?

I use Outlook 2003, and i selected "HTML-Mail" everywhere and not
"RichtText" ?! :-(


"eshipman" <mr_delphi_developer@yahoo!!!.com> schrieb im Newsbeitrag
news:MPG.1c2371641d6f79c989846 (AT) forums (DOT) borland.com...
Quote:
In article <41b98b1f (AT) newsgroups (DOT) borland.com>, [email]sushilange (AT) web (DOT) de[/email] says...
Hello,

i have a own email client (made with indy), but also i have some
problems:

If I send a Mail with e.g. picutes from Outlook, the mail is in the
Attachment and the Filename is "winmail.dat". I know that this is normal,
because Outlook has it's own format. But how can I decode the file, so
that
i have the normal picutes (.jpg, etc.) ?

Sascha

P.S.: Sorry for my bad english, but I'm not English ;-)



Well, first off, you have OE or Outlook setup incorrectly if they are
doing that.
Many, many spam programs will simply delete your mail if it has a
winmail.dat attachment.

I'd suggest setting up your OE/Outlook to send the pictures in-line.



Back to top
Remy Lebeau (TeamB)
Guest





PostPosted: Fri Dec 10, 2004 6:22 pm    Post subject: Re: Winmail.dat Reply with quote


"Sascha Lange" <sushilange (AT) web (DOT) de> wrote


Quote:
If I send a Mail with e.g. picutes from Outlook, the mail is in the
Attachment and the Filename is "winmail.dat". I know that this is
normal, because Outlook has it's own format. But how can I decode
the file, so that i have the normal picutes (.jpg, etc.) ?

The format is called TNEF (Transport-Neutral Encapsulation Format). It is
publically documented by Microsoft:


http://msdn.microsoft.com/library/en-us/mapi/html/_mapi1book_transport_neutral_encapsulation_format_tnef_.asp

Indy developers are already working on adding TNEF support to Indy 10.


Gambit



Back to top
Remy Lebeau (TeamB)
Guest





PostPosted: Fri Dec 10, 2004 6:23 pm    Post subject: Re: Winmail.dat Reply with quote


"Sascha Lange" <sushilange (AT) web (DOT) de> wrote


Quote:
But how should i do this?

Go to http://support.microsoft.com and do a search for "winmail.dat". There
are numerous articles available.


Gambit



Back to top
Kevin Davidson
Guest





PostPosted: Wed Dec 22, 2004 9:14 pm    Post subject: Re: Winmail.dat Reply with quote

The setting in Outlook that is causing the problem is sending in "Rich
Text" (RTF) format (as opposed to plain text or HTML). The Microsoft web
site tells people that RTF emails are only for internal company
correspondence and should NOT be used for sending emails over the Internet.

It can be difficult sometimes to find all the places where RTF format is
specified. It can be set on an individual person in the Address Book as
well as an overall default. Exactly where it is set depends on the
version of Outlook.

In Outlook 2003, the default format is set in Tools | Options | Mail Format.

Kevin

Remy Lebeau (TeamB) wrote:
Quote:
"Sascha Lange" <sushilange (AT) web (DOT) de> wrote in message
news:41b9c3b1 (AT) newsgroups (DOT) borland.com...


But how should i do this?


Go to http://support.microsoft.com and do a search for "winmail.dat". There
are numerous articles available.


Gambit



Back to top
Ciaran Costelloe
Guest





PostPosted: Wed Dec 22, 2004 11:22 pm    Post subject: Re: Winmail.dat Reply with quote


"Kevin Davidson" <kevin (AT) qsinc (DOT) com> wrote

Quote:
The setting in Outlook that is causing the problem is sending in "Rich
Text" (RTF) format (as opposed to plain text or HTML).

There is now an Indy 10 TIdCoderTNEF. Not finished, but among all the other
items it successfully deals with, it handles the compressed-RTF that
Microsoft uses for the "message" (it adds it as a TIdText message part).

Ciaran



Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Internet Winsock All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.