added RECENT response to result array of sqimap_get_status in order to
[squirrelmail.git] / class /
2003-01-27 stekkeladd checks for Messge Disposition Notifications.
2003-01-23 stekkelRewrite of the foldLine function in order to fold corre...
2003-01-16 stekkel* fix for e-mail addresses like: <mailbox@host> (person...
2003-01-15 tassiumModified Deliver_SMTP to use HTTP_HOST in SMTP HELO...
2003-01-06 kinkIdentify SquirrelMail with User-Agent, not X-Mailer...
2003-01-06 kinkRewrite of errorCheck function, to make it: correct...
2003-01-04 tassiumVery ugly hack to add rudimentary error check to SMTP...
2003-01-04 tassiumOk, I screwed up. When I put in cram-md5 and digest...
2003-01-03 stekkelThis will probably fix the incorrect parsing of literal...
2002-12-31 kinkGetting ready for 1.4.0 RC1
2002-12-27 stekkelugly bugfix for parsing literals inside envelope struct...
2002-12-27 stekkeloops, Rfc822Header->mailbox was initialized
2002-12-27 stekkelAdded address lookup callback function argument for...
2002-12-24 kinkE_ALL fix when using proxy's with HTTP_VIA and no HTTP_...
2002-12-19 robsiemb3 minor bugs:
2002-12-07 tassiumWith a little help from Marc (ok, a lot), CRAM-MD5...
2002-11-15 stekkelImproved entity_id calculation.
2002-11-06 tassiumMerging in the tassium-auth branch.
2002-11-04 stekkelSpeed improvements by using php internal functions...
2002-10-28 stekkelBuggy messages with empty mime-parts (size=0) causes...
2002-10-18 stekkelwrong return type
2002-10-18 stekkelinitialize cc correct
2002-10-17 stekkeladded function to search the to and cc headers and...
2002-10-14 centaurix* added vcard url, skeleton functions. slow but not...
2002-10-14 stekkelFix for incorrect folding of header lines. This fix...
2002-10-10 centaurixjust the file to remind me to actually *code* what...
2002-10-08 stekkelcode clean up. No need to use isset because the vars...
2002-10-08 stekkelFinally fixes de escaping '.' with sendmail. Sendmail...
2002-10-08 stekkelHopefully this fixes finally the '.' problem on single...
2002-10-07 stekkelfixed warning
2002-09-27 stekkelfix parsing group related address headers.
2002-09-25 stekkelrg=0 fixes
2002-09-18 stekkelfix undefined var
2002-09-09 kinkMake directories unbrowsable.
2002-09-06 stekkelfix for bcc
2002-09-06 stekkelsecond try to fix sendMail. Return true after finalizeS...
2002-09-06 stekkelForgot to return the stream
2002-09-06 thomppjMore SM_PATH fixes. This time, everything in class/.
2002-09-05 thomppjFixed require_once paths in class/deliver/deliver_FOO...
2002-09-05 stekkelremove unnessecarry \r\n
2002-09-05 stekkelextra error checking
2002-09-05 stekkelundisclosed recipients fix
2002-09-05 stekkelxtra check for To addresses, if not available don't...
2002-09-04 stekkelAdded function for initializing attachments (for compose)
2002-09-04 stekkelfix for getbcc
2002-09-04 stekkeladded info
2002-09-04 stekkelIMAP backend for the deliver class
2002-09-04 stekkelSendmail backend for the deliver class
2002-09-04 stekkelSMTP backend for the Deliver class
2002-09-04 stekkelMake the thing actually work :-)
2002-09-03 stekkeltesting fase
2002-09-03 stekkelcode cleanup
2002-09-02 stekkeladded file info
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...
next