Removing translations. Part one.
[squirrelmail.git] / functions /
2003-10-17 pdontthinkFix: php_self() not working right for Windoze servers...
2003-10-15 tokulpatch adds options that allow setting max size of fetch...
2003-10-13 tokulmore options that are changed in config
2003-10-12 tokulAdded iso-ir-111 support. one of cyrillic charsets...
2003-10-08 tokulDisabled Vietnamese (mix of html codes, Vietnamese...
2003-10-05 tokulDecoding support added when replying or forwarding...
2003-10-05 tokulAlternative language name support. Currently $show_alte...
2003-10-03 graf25HTML Filter bugfixes and further strengthening.
2003-10-02 pdontthinkPreference that lets the whiners set cursor focus as...
2003-10-01 stekkelFix for paginator, 1 * 0.75 evaluates as 0. 1 * 3/4...
2003-10-01 tokulswitch to utf-8
2003-09-30 tassiumMade sure $uid_support is forced true for those who...
2003-09-29 tokulAdding decoding support for two DOSCyr charsets and...
2003-09-26 pdontthinkNew hook for decoding message body
2003-09-24 stekkelRewrote sqimap_fread to make it work on PHP 4.3.2.
2003-09-23 tassiumBy request, SASL PLAIN for IMAP and SMTP.
2003-09-18 alex-brainstormAdd an option for showing recipient name instead of...
2003-09-18 stekkelCLOSE the selected mailbox (unselect) before we delete it.
2003-09-04 tassiumNew hook function: boolean_hook_function(), which is...
2003-09-04 alex-brainstormFix spurious semicolon at beginning of html output...
2003-09-02 philippe_mingoMalay or Bahasa Melayu which is widely used in Malaysia
2003-09-01 alex-brainstormGet rid of one of the two flavors of _(Unknown sender...
2003-09-01 alex-brainstormFixes _(Unknown sender) from being html encoded
2003-08-30 alex-brainstormAdded Length of Subject as Display Option (default...
2003-08-30 alex-brainstormFix truncateWithEntities() off by 5 and other oddities
2003-08-30 alex-brainstormTruncate sender taking html entities in account (like...
2003-08-30 alex-brainstormHandle messages from the user's email_address as Sent...
2003-08-30 alex-brainstormFeature: tooltip containing the whole From address...
2003-08-28 tassiumIt appears gettext doesn't work if the string is passed...
2003-08-28 tassiumIn my excitement, I forgot to wrap 'bypass trash' in...
2003-08-28 tassiumToggle All was also toggling the Bypass Trash checkbox...
2003-08-28 tassiumAdded a "bypass trash" checkbox to the mailbox display...
2003-08-25 tokulOne more place with Russian koi-8r -> utf-8 changes
2003-08-25 janglissPHP 5 fix, cure for the error about undeclared extensio...
2003-08-22 alex-brainstormadvanced_tree: sort mailboxes naturally, handle special...
2003-08-21 indiri69Handle attributes that have colons (:) in them. MS...
2003-08-21 ebullientadd option to shorten the length of the From field.
2003-08-19 stekkelThis should work too (even better)
2003-08-19 stekkelfix for bug #784193
2003-08-17 alex-brainstormreplace htmlentities() with htmlspecialchars() since...
2003-08-17 tokulAdded tis-620 decoding
2003-08-15 tassiumsqimap_msgs_list_copy now does what you'd expect it to.
2003-08-11 tassiumFix to prevent query containing username and password...
2003-08-03 cigamitStop error messages just in case CHMOD is disabled...
2003-08-02 tokulAdds recode and iconv functions (disabled by default...
2003-08-01 cigamitAdd "attachments_bottom" hook to allow manipulating...
2003-07-30 alex-brainstormMailbox names are html encoded in select/option and...
2003-07-29 stekkelSame story as THREAD fix. Skip the unsollicited responses
2003-07-29 stekkelwhoops
2003-07-29 stekkelReduced the number of date calls by 400%
2003-07-29 indiri69A forward slash can appear in query of a string, so...
2003-07-29 alex-brainstormForgot global ;)
2003-07-29 alex-brainstormRemoved the last code dependency on a specific version
2003-07-28 stekkelremove the % from the LSUB request because we do not...
2003-07-28 stekkelDisable \NoSelect flag for INBOX.
2003-07-27 kinkDrop obsolete function
2003-07-27 tokulSimplified case statement. Suggestion from Thijs.
2003-07-27 alex-brainstormRepair my mistake : wrong arguments order for stristr...
2003-07-27 tokulAdded cleanup_nbsp function.
2003-07-27 tokulpreg_match('/iso-8859-/'.. covered all iso-8859 charset...
2003-07-27 janglissI should have probably added this many months ago when...
2003-07-27 alex-brainstormReworked optional charset management.
2003-07-27 alex-brainstormCheck for empty default_charset in imap_utf7_decode_loc...
2003-07-27 alex-brainstormFix autodetect-delimiter-no-namespace code for devel...
2003-07-26 alex-brainstormUse sm_print_r() only if it exists, so the code can...
2003-07-26 alex-brainstormCheck for empty default_charset. RCS tag string fixed ;)
2003-07-26 alex-brainstormDump debug info for mailbox select before it may fail
2003-07-25 kinkSome small HTML fixes/improvements
2003-07-25 alex-brainstormsqimap_encode_mailbox_name() calls added
2003-07-24 stekkelDue to changed behaviour of fread (see php bug 24033...
2003-07-24 alex-brainstormImap error management and 8bit chars encoding ;)
2003-07-24 alex-brainstormExtracted error_box() calling code into sqimap_error_bo...
2003-07-24 stekkelCorrect on the fly base64 decode algoritm in case the...
2003-07-23 alex-brainstormremoved encode_mailbox_name() and changed calls since...
2003-07-23 kinkoff-by-one: when strlen == trim_at, we also don't want...
2003-07-23 kinkExtend sm_print_r so you can do:
2003-07-23 alex-brainstormFix more literal mailbox names
2003-07-22 tokulChanged Lithuanian encoding in order to make it mbstrin...
2003-07-21 kinkFix that frequently subjects were displayed ending...
2003-07-21 alex-brainstormCall set_my_charset() before actually using , and fix...
2003-07-20 alex-brainstormCharset spec test should be case-insensitive
2003-07-20 alex-brainstormFixed Tomas' problem skipping iso-8859-1
2003-07-20 tokuliso-8859-1 test in imap_utf7_decode_local does not...
2003-07-20 tokulAdded optional mbstring functions to deal with i18n...
2003-07-18 alex-brainstormComplete Marc's fix for untagged [PARSE] response to...
2003-07-18 cigamitRevert this part back, funny thing is that I never...
2003-07-18 cigamitAdded 4 hooks (internal_link, mailbox_display_buttons...
2003-07-17 janglissShould have checked in further details what the possibl...
2003-07-17 janglissWhen using sent subfolders, the special folder option...
2003-07-16 stekkelfix for BAD response during thread view. The problem...
2003-07-16 janglissFixed bug that would cause e-mails dated in the future...
2003-07-14 janglissProvide user with ability to change date/time display...
2003-07-13 tokulTranslation options in Display prefs won't be displayed...
2003-07-12 pdontthinkGet a little extra room for internal links when attribu...
2003-07-12 tokulBug. 765828. Rewrote patch in order to process locales...
2003-07-11 indiri69Fix message highlighting for text with spaces in it.
2003-07-11 alex-brainstormoldway=false : Fix forged LSUB response triggered by...
2003-07-11 alex-brainstormFix literal and duplicate mailbox names
2003-07-11 alex-brainstorm2 notices, \ needs literal
2003-07-10 stekkelRemove check for INBOX. If inbox isn't in the LSUB...
next