
pldaniels at pldaniels
Jan 31, 2003, 5:41 PM
Post #1 of 1
(934 views)
Permalink
|
|
Latest 1.2-dev developments
|
|
More generic adaptations have been performed to the ripMIME codebase, this time to make the ISO decoding routines apply to all of the headers. This should allow for a better ability to detect unwanted subjects/senders/receivers using text scanning. The next phase will be to modularlise a few more parts of the mime.c as its overall code-line count is getting rather large for a single module ( well over 2500 lines ). Regards. ---------------------CHANGELOG Sat Feb 01 2003 - PLD: Moved ISO decoding to directly after all the headers have been read and a "true blank" has been received. This way we do not have to worry about decoding the individual components of the headers, rather they are presented in an already decoded form when the calling program gets back the header pointer. -- Paul L Daniels http://www.pldaniels.com Linux/Unix systems Internet Development ICQ#103642862,AOL:cinflex,IRC:inflex A.B.N. 19 500 721 806
|