Removing last two decoding functions from i18n.php
[squirrelmail.git] / class /
2004-01-28 tokulIt complains even more about FAKED_MUA_01 when both...
2004-01-11 indiri69Added support for a couple of MIME Content- headers.
2004-01-04 ebullientSome tweaks to SMTP auth to allow a site-wide user...
2003-12-30 tokulfixing multiline headers. space or tab should not be...
2003-11-04 kinkA fix to make SquirrelMail work under PHP5 (at least...
2003-10-28 tassiumphpdocumentor basic preparation, continued
2003-10-28 braverockfixed @returns to @return and added a few more comments
2003-10-28 braverockadded php docblocks to Deliver class and all functions
2003-10-24 stekkelfix boundary_end in case of recursion
2003-10-21 stekkelFixed generations of secondairy boundaries in case...
2003-09-26 tassiumRemove extra HELO sent when using $smtp_auth_mech ...
2003-09-25 stekkelbetter fix for bug #812690
2003-09-25 stekkelfix for security exploit described in bug #812690 repor...
2003-09-23 tassiumBy request, SASL PLAIN for IMAP and SMTP.
2003-08-22 indiri69Make sure a token isn't blank before adding it
2003-08-15 stekkelWorkaround for mozilla bug #200412.
2003-07-25 kinkAdd support for Mail-Followup-To to devel. In short...
2003-07-10 stekkelThis will add the default domain again if the email...
2003-07-07 stekkel<SPACE> isn't allowed after MAIL FROM: and RCPT TO...
2003-06-30 stekkelfixed warning.
2003-06-29 stekkelfixed warning. isset doesn't work with string offsets...
2003-06-29 indiri69Some more group handling fixes.
2003-06-28 stekkelextra check for filename/name to achieve we do not...
2003-06-28 stekkelAdded rfc2184 support in order to handle:
2003-06-28 stekkelAdded patch from seth randall to fix address group...
2003-06-19 stekkelNow we can handle nested parenthesis :)
2003-06-17 stekkelcheck for empty string before we add it to the token...
2003-06-17 stekkelRewrote address parsing and now it works a lot better.
2003-06-11 ebullientbring up changes from stable
2003-06-11 stekkelextra safety check before we process groups
2003-06-03 stekkelAddress parsing fixes. This whole addressparsing is...
2003-05-28 stekkelbetter address parsing. This should fix wrong parsing...
2003-05-28 stekkelHere we go again, another try to fix folding of headerl...
2003-05-21 stekkelCode clean up, make indentations correct and removal...
2003-05-21 tassiumMissing property problem that only shows up when sendin...
2003-05-12 stekkeladded Conbtent-Transfer-Encoding to rfc822 header
2003-05-10 stekkelFix for folding inside msg-id's
2003-04-25 stekkelFix from Thomas Castelle.
2003-04-08 stekkelFix for addressbook entries containing multiple email...
2003-03-27 janglissFix for infinite loop when trying to decode multi-part...
2003-03-24 kinkRevert to 1.15: we don't currently use this field but...
2003-03-23 kinkThis field does not exist in the RFC spec and is not...
2003-03-16 kinkSmall bug in content-type properties, thanks Ryan ...
2003-03-07 stekkeladdress parsing with encoded personal names
2003-03-07 stekkelbetter folding of header lines.
2003-02-28 ebullientFixes bug 695150 in the 1.4.x stream
2003-02-28 stekkelcharset encode/decode changes related to email addresses
2003-02-28 stekkelbetter parsing of email addresses (also used for proces...
2003-02-27 kinkIf SERVER_NAME not set, use $domain as the domain in...
2003-02-25 stekkelendless loop fix
2003-02-24 stekkelAdded method to encode email addresses
2003-02-24 stekkelremoved encodeHeader calls for the complete addresses...
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
next