removed local directory name used for testing.
[squirrelmail.git] / class / mime.class.php
2005-05-22 tokuladding index files in order to prevent directory listing.
2005-04-26 tokulprevent errors when files are opened directly
2004-12-27 kinkIncrement year in copyright notice.
2004-10-31 cigamitRemove unused globals
2004-05-22 jervforsPhpdocumentor update - sed is your friend for these...
2004-02-24 kinkWe're living in 2004 now... perl is your friend for...
2003-10-28 tassiumphpdocumentor basic preparation, continued
2002-12-31 kinkGetting ready for 1.4.0 RC1
2002-09-06 thomppjMore SM_PATH fixes. This time, everything in class/.
2002-08-29 thomppjOk. One simple mistake... :)
2002-08-29 thomppjFirst, more formatting conventions.
2002-08-28 indiri69Move -1 to first section of for loop.
2002-08-28 stekkelcode cleanup
2002-08-28 stekkeladded var to message-class where we put the location...
2002-08-26 indiri69Changed the way we handle entities in message/rfc822...
2002-08-26 stekkelfix for getFilename
2002-08-26 stekkelfix for the bodystructure parser
2002-08-24 indiri69More code cleanup
2002-08-24 indiri69Code cleanup
2002-08-24 indiri69Added argument $strict to findDisplayEntity. When...
2002-08-23 indiri69Cleaned up parseComments so it handles comments inside...
2002-08-23 stekkelBugfixes mime class. (Like I mentioned in the mail...
2002-08-22 indiri69Fixed a few typos, removed so trailing spaces.
2002-08-22 thomppjReformatted, cleaned up, optimized, and so forth.....
2002-08-22 indiri69Subject doesn't have comments
2002-08-22 stekkelremoved double code (sorry forgot)
2002-08-22 stekkeladded user-agent check (from Masato Japanese patches)
2002-08-22 philippe_mingoIndentation & Bugfix
2002-08-22 stekkeladded function to extract filename from an entity with...
2002-08-21 stekkelfix for getEntity and the return of a non-object
2002-08-20 indiri69A few changes, mostly to make the code more readable...
2002-08-19 stekkel1 == 1.1 => true? changed to === fixed this.
2002-08-19 stekkelextra function for getting the disposition properties
2002-08-19 stekkelpreg_match should look at field instead of value
2002-08-16 indiri69X- style headers are optional and don't us comments...
2002-08-16 stekkelfix for trailing space in personal address names
2002-08-16 stekkelallow_call_time_pass_reference = Off fixes
2002-08-13 stekkelfix in unfolding headerlines
2002-08-06 stekkelmoved parse header stuff to the mime-class and some...
2002-07-30 stekkelremove debug message
2002-07-30 stekkelfor safety covert disposition to lowercase before we...
2002-07-30 stekkelwhoops, missed a line.
2002-07-30 stekkelfinddisplayentity related fix
2002-07-29 stekkelminor fix to in displaying attachments
2002-07-25 stekkelfilename fix
2002-07-25 stekkelfix for viewing attachments
2002-07-25 thomppjRenamed class/*.class files to class/*.class.php and...