473,386 Members | 1,694 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

TNEF decoder

I'm aware of
http://cheeseshop.python.org/pypi/pytnef/
but it uses the tnef utility, and I'd like a pure Python solution
(along the lines of http://www.freeutils.net/source/jtnef/ ).

Is there one?

Thanks,
Alan Isaac
Aug 28 '06 #1
5 2692
David Isaac wrote:
I'm aware of
http://cheeseshop.python.org/pypi/pytnef/
but it uses the tnef utility, and I'd like a pure Python solution
(along the lines of http://www.freeutils.net/source/jtnef/ ).

Is there one?

Thanks,
Alan Isaac
A place I once worked at had a project that included some TNEF
handling. There was one developer assigned fulltime to it. He was the
one who sat at his desk hurling curses at his workstation at the top of
his lungs, later he developed a pretty severe drinking problem.

Good luck.

HTH,
~Simon

Aug 30 '06 #2
hg
Simon Forman wrote:
David Isaac wrote:
>I'm aware of
http://cheeseshop.python.org/pypi/pytnef/
but it uses the tnef utility, and I'd like a pure Python solution
(along the lines of http://www.freeutils.net/source/jtnef/ ).

Is there one?

Thanks,
Alan Isaac

A place I once worked at had a project that included some TNEF
handling. There was one developer assigned fulltime to it. He was the
one who sat at his desk hurling curses at his workstation at the top of
his lungs, later he developed a pretty severe drinking problem.

Good luck.

HTH,
~Simon
You mean he stopped ?

Aug 30 '06 #3
"Simon Forman" <ro*********@yahoo.comwrote:

8<-----------------------------
| A place I once worked at had a project that included some TNEF
| handling. There was one developer assigned fulltime to it. He was the
| one who sat at his desk hurling curses at his workstation at the top of
| his lungs, later he developed a pretty severe drinking problem.
Should I take this to mean: " Don't go near TNEF because your underwear will
become carnivorous and consume your genitalia? "

- Hendrik

Aug 30 '06 #4
Hendrik van Rooyen wrote:
"Simon Forman" <ro*********@yahoo.comwrote:

8<-----------------------------
| A place I once worked at had a project that included some TNEF
| handling. There was one developer assigned fulltime to it. He was the
| one who sat at his desk hurling curses at his workstation at the top of
| his lungs, later he developed a pretty severe drinking problem.
Should I take this to mean: " Don't go near TNEF because your underwear will
become carnivorous and consume your genitalia? "
When you think about it, the top of your lungs is a very strange place
to keep a workstation!

regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
Recent Ramblings http://del.icio.us/steve.holden

Aug 30 '06 #5
Hendrik van Rooyen wrote:
"Simon Forman" <ro*********@yahoo.comwrote:

8<-----------------------------
| A place I once worked at had a project that included some TNEF
| handling. There was one developer assigned fulltime to it. He was the
| one who sat at his desk hurling curses at his workstation at the top of
| his lungs, later he developed a pretty severe drinking problem.
Should I take this to mean: " Don't go near TNEF because your underwear will
become carnivorous and consume your genitalia? "

- Hendrik
Hahahaha!

In fairness, TNEF was only a small-ish part of what was slowly
driving this poor guy crazy in front of our eyes. He was trying to
make some sort of server that integrated with the Evolution "groupware"
thingy. I don't know much more than that because I stayed the hell
away from it.

FWIW, our tnef, um, "parser" or whatever it was started with one of the
brightest guys (in a shop of pretty bright guys, yours truly excepted
;P) spending *months* with outlook (or whatever) and a hex editor:
change one thing, export tnef, see what changed in the binary data,
repeat...

Remarkably, he did not descend to drinking. I don't know the state of
his genitals though..

Peace,
~Simon

Aug 30 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: David Isaac | last post by:
I'm looking for Python code to extract files from MS-TNEF attachments. (I'm aware of the C code at http://tnef.sourceforge.net/ ) Thanks, Alan Isaac
0
by: S Etchelecu | last post by:
I'm having trouble understanding the MIME::Decoder usage. Within the context of a MIME email handling program I have an array, @data, and I want to uuencode it. I thought I could instantiate a...
0
by: Chris Hearson | last post by:
Hi All, I'm currently porting a VC++ app that generates SMTP messages to C#. Part of the generate message header is a TNEF stream that enables a custom form to be used when that email is...
2
by: Petri Savolainen | last post by:
Hello, has anyone seen such a beast? I tried googling, PyPI, Parnassus etc. but could not find any pure-python code nor extensions to interface with any of the existing implementations. I am...
0
by: CTDev Team | last post by:
Hi, We are using Exchange Server 5.5, and have applications written in VB6 and C# that read and process emails. We are experiencing intermittent errors similar to C# Application ...
0
by: Whitney | last post by:
I'm not sure which category this would fall under, but I assumed that something dealing with languages would be as good a place as any. I was sent a message using characters such as Z|¥" (which...
3
by: centur | last post by:
I have a service, which acquire IMessage (CDO Interop) object from datasource (binary restored eml (RFC822) message from SQL database). And due to ms-tnef format of message - i can't extract...
6
by: Nebulism | last post by:
Hey everyone, I am currently creating images pixel by pixel. This is too slow for many images. Anyways, I want to use the fromstring module in the Image library. I have read at this url,...
6
by: Ankit | last post by:
Hi everyone,i wanted to build a flash decoder using python can somebody tell me which library to use and what steps should i follow to make a flash(video) decoder?By a decoder i mean that i need to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.