|
Lines 1-15
Link Here
|
| 1 |
This program decodes those annoying application/ms-tnef MIME attachments that |
1 |
This program decodes those annoying application/ms-tnef MIME |
| 2 |
Microsoft mail servers helpfully use to encapsulate your already MIME encoded |
2 |
attachments that Microsoft mail servers helpfully use to encapsulate |
| 3 |
attachments. |
3 |
your already MIME encoded attachments. |
| 4 |
|
4 |
|
| 5 |
Due to the proliferation of Microsoft Outlook and Exchange mail servers, |
5 |
Due to the proliferation of Microsoft Outlook and Exchange mail |
| 6 |
more and more mail is encapsulated into this format. |
6 |
servers, more and more mail is encapsulated into this format. |
| 7 |
|
7 |
|
| 8 |
The YTNEF program allows one to unpack the attachments which were encapsulated |
8 |
The YTNEF program allows one to unpack the attachments which were |
| 9 |
into the YTNEF attachment. Thus alleviating the need to use Microsoft Outlook |
9 |
encapsulated into the YTNEF attachment. Thus alleviating the need to |
| 10 |
to view them. |
10 |
use Microsoft Outlook to view them. |
| 11 |
|
11 |
|
| 12 |
Now supports winmail.dat Outlook files |
12 |
Now supports winmail.dat Outlook files |
| 13 |
|
13 |
|
| 14 |
Author: Randall Hand <randall.hand@gmail.com> |
14 |
Author: Randall Hand <randall.hand@gmail.com> |
| 15 |
WWW: http://ytnef.sourceforge.net/ |
15 |
WWW: http://ytnef.sourceforge.net/ |