
pldaniels at pldaniels
Jan 28, 2003, 5:23 AM
Post #1 of 1
(810 views)
Permalink
|
|
ripMIME development - important update
|
|
An important ripMIME update occured an hour ago, the MIME_read() function was made more robust by changing the old character-only read/write C calls to binary capable read/write calls. The reason for this is because I recently recieved an email which had raw [binary] data in its body, without any form of encoding. This lack of encoding caused ripMIME to prematurely terminate its reading from STDIN. Latest version is available from the http://www.pldaniels.com/ripmime/downloads.php page. CHANGES--------------------------------------------------------------- Tue Jan 28 2003 - PLD: Replaced MIME_read() fgetc/fputc calls with a fread/fwrite binary functions to prevent ripMIME from terminating its file/stdin reading too soon if it received an EOF character. -- 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
|