phpdocumentor basic preparation, continued
[squirrelmail.git] / class /
2002-09-02 stekkeldevelopment work on the Deliver class.
2002-08-30 stekkelinit
2002-08-30 stekkelinit deliver class as replacement of smtp.php
2002-08-30 stekkelcode cleanup
2002-08-30 stekkelfix for getEntity
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 stekkeltypo
2002-07-25 thomppjRenamed class/*.class files to class/*.class.php and...
2002-07-25 thomppjAdded index in class dir to avoid unwanted directory...
2002-07-22 stekkelfix for language argument and add language class.
2002-07-19 stekkelFixed nasty bug in finding the language argument (arg3...
2002-07-14 teepefixed indentation of close tags
2002-07-14 teepemake indentation start at '' indentation. (Code eleganc...
2002-07-14 teepe* fix style closing tags (</1> should be </b> etc.)
2002-07-12 stekkelAdded finddisplayentity functions and getattachment...
2002-07-12 stekkeladded a few functions
2002-07-09 stekkelclass file for storing/handling html-structures. If...
2002-07-08 indiri69Minor code changes to help readablility
2002-07-08 indiri69Formatting changes
2002-07-05 stekkelfix for processing literals
2002-07-05 stekkelmessage class related functions