aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail-decode
Commit message (Collapse)AuthorAgeFilesLines
* Update to SquirrelMail STABLE 2014/04/20. Also cleaning upAdam Weinberger2014-04-201-3/+3
| | | | | | | | | | | | | | | | | | | | | the Makefiles, and using @sample. Notable changes include: * Add advanced control over the SSL context used when connecting to the SMTP and IMAP servers over SSL/TLS (Thanks to Emmanuel Dreyfus) * Add ability to show login error from the IMAP server instead of traditional "Unknown user or password incorrect" (thanks to Alain Williams) * Allow SSL socket context to be specified as well * Make configuration tool show the SquirrelMail version * Better hook results testing * Add ability to use console.log for debugging * Turn off debugging by default * Add new attachments_top hook Notes: svn path=/head/; revision=351634
* Removed a blank line from the header.Adam Weinberger2013-10-281-1/+0
| | | | | | | Better than a beta blocker for: danfe Notes: svn path=/head/; revision=331849
* Support staging.Adam Weinberger2013-10-262-9/+13
| | | | Notes: svn path=/head/; revision=331701
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-2/+2
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* Add the extra charset decoders from SquirrelMail.Adam Weinberger2012-11-174-0/+96
This package contains extra decoding functions. SquirrelMail decoding functions are used to display and convert messages encoded in different character sets. Extra decoding library provides support of some complex Eastern character sets and some rarely used Apple character sets. Current release supports Big5, Windows-874 (cp874, Thai), Windows-949 (UHC, Korean), EUC-CN, EUC-JP, EUC-KR, EUC-TW, GB18030, GB2312, ISO-2022-CN, ISO-2022-JP, ISO-2022-JP-2, ISO-2022-KR, Shift_JIS and various x-mac-* character sets. Extra decoding library can be used in SquirrelMail 1.4.4 or newer. It depends on sq_is8bit() function. In order to optimize decoding of Eastern character sets, PHP installation needs recode (http://www.php.net/recode) or iconv (http://www.php.net/iconv) support. Some decoding functions can use mbstring functions present in php 4.3.0. Mbstring decoding needs sq_mb_list_encodings() function from SquirrelMail 1.5.1 or 1.4.6. Some decoding code that be activated only when $aggressive_decoding variable is set to true. This variable should be enabled only on smaller systems, that don't call aggressive decoding functions very often. Turning on $aggressive_decoding variable by default in packaged SquirrelMail versions is not recommended. WWW: http://www.squirrelmail.org/ Feature safe: yes Notes: svn path=/head/; revision=307522