--ripMIME 1.2.x----------TO DO LIST---------------

This list is for anyone who wishes to help out with the ripMIME
development, and is wondering what there needs to be done.

I'm always looking out for mailpacks which fail to extract
correctly with ripMIME.  Send them along to mailpacks@pldaniels.com
gzip'd or bzip2'd. 

Don't forget to describe what aspect about the mailpack is not unpacking
correctly, otherwise I might try the mailpack and see all the files come
out and think that there's nothing wrong.

Regards.




- 26 Jan 2003
	- Move all decoding operations ( UUdecode, BASE64 ) into a library called libmime-decoders

	- Rewrite the parameter parsing code for ripMIME.

	- Rewrite the header parsing code a bit more so that it fills out a fixed structure 
		containing all the possible header values.

	- Clean up the mime.o API, it's really getting stringy and ugly.

	- Move all global variables into a global struct in the mime.o module

	- Allow generic in-string ISO decoding ( we now have ISO decoding worked out
		see MIME_decode_ISO()



--ripMIME 1.2.x----------TO DO LIST---------------

