Commit graph

2400 commits

Author SHA1 Message Date
tokul
21eafa2f40 invalid doc entry 2005-08-02 14:27:42 +00:00
tokul
5b8003bfc7 B encoding code is unstable. needs more coding and testing 2005-08-02 14:17:54 +00:00
tokul
95e9fa3c73 strip basedn from nickname. 2005-08-01 08:07:13 +00:00
tokul
5375447f43 adding workaround for encoding of long multibyte headers. Saves my head from
debugging of encodeHeader.

adding information about made changes to changelog.
2005-07-31 13:18:24 +00:00
tokul
0668b2b306 adding dgettext and dngettext function support and additional $l10n array safety checks. 2005-07-31 12:56:52 +00:00
tokul
c866fc3486 moving include to the top. 2005-07-31 12:44:39 +00:00
tokul
817deaf55d automatic translation loading code. disabled, see comments. 2005-07-29 16:39:54 +00:00
tokul
8fa80d4ee7 using base_uri instead of SM_PATH.
SM_PATH is file system path and we need URL path in href.
2005-07-29 14:45:08 +00:00
stekkel
968fbba520 include css file (templates) 2005-07-28 21:02:12 +00:00
stekkel
905db8ba57 Make sure mailboxnames like INBOX_Blah doesn't match on our INBOX detection
regular expression.
2005-07-20 19:30:53 +00:00
tokul
9b73312329 add extra checks in case some yahoo user decides to remove all us-ascii libraries.
(#1239782)
2005-07-20 10:07:30 +00:00
tokul
45cf307ed7 php 5.1b2 - can't use function call inside array_shift() function.
src/configtest.php
- add extra checks in use_php_recode and use_php_iconv.
- fix typo. $dbtype should be used instead $db
2005-07-14 17:44:41 +00:00
tokul
5e13f2f9f3 code reuse. moving generic function from plugin to function/plugins.php 2005-07-14 14:49:22 +00:00
tokul
0299e0bc98 load default theme in logout_error if possible. 2005-07-10 13:36:19 +00:00
jangliss
8bc2695b48 Fix for folder cache if the cache was somehow broken. Reproduced bad cache
when managing large amounts of emails on multiple pages.
2005-07-06 18:17:47 +00:00
tokul
42cfcdfea8 code might create undefined function error if used. 2005-07-06 15:46:01 +00:00
tokul
dca373c70d fix formating. phpdoc complained about unknown tag. 2005-07-03 15:48:59 +00:00
tokul
5762407551 adding since tags. information is useful for developers that use SquirrelMail API. 2005-07-03 12:22:27 +00:00
tokul
943728fbdd ldap_list/ldap_search and starttls support in address book ldap backend 2005-07-03 09:58:45 +00:00
tokul
ca512784c0 documenting functions and adding some sq_mb_list_encodings updates 2005-07-03 09:55:10 +00:00
tokul
8ce8730eb1 documenting functions 2005-07-03 09:54:20 +00:00
jangliss
865fe5c345 Rewrite identity handling to remove stupid extraction of post variables.
This code change may break plugins that use/alter identity stuff, I have to
do some more research.
2005-06-29 19:24:17 +00:00
tokul
c3ebe8ce99 adding short language_country locale codes to some languages. This restores
previous SquirrelMail behaviour, but can cause problems in php 4.1.x, if short
locale uses different character set.
2005-06-26 07:47:16 +00:00
tokul
095f4e7565 adding extra attributes support and default css classes to form functions. 2005-06-26 07:43:14 +00:00
tokul
a41d5db7e4 this should fix display of jpegs and gifs in firefox. 2005-06-26 07:39:23 +00:00
Thijs Kinkhorst
7d6145a7f4 Fix variable typo in parseFetch which caused IMAP errors with Exchange.
Thanks Christian Froemmel from Charite.
2005-06-24 08:15:38 +00:00
tokul
28bdb14b26 adding ldap listing controls to conf.pl
moving some ldap configuration options to advanced section in order to
reduce number of questions in ldap configuration.
blocking use of wildcard in file and db backends when listing is disabled.
This should close #529563 in devel.
2005-06-21 09:06:04 +00:00
tokul
71965af4f5 adding functional list_addr function and listing parameter, that is used
to control listing of directories. part of 529563 fixes
2005-06-20 15:58:14 +00:00
jangliss
70541eb8d3 Fixed missing quote character when trying to build cid: urls. 2005-06-17 20:02:25 +00:00
tokul
920ea39e59 htmlentities break everything that is not iso-8859-1
htmlspecialchars break only iso-2022 (http://en.wikipedia.org/wiki/ISO_2022).
use of iso-2022 charsets in internet communications is deprecated.
2005-06-16 08:39:36 +00:00
stekkel
7139f408f2 Put back old 1.5.1 functionality after the rest of magicHtml was synced
with stable.
2005-06-15 23:11:56 +00:00
stekkel
befb14baf7 XSS fixes 2005-06-15 22:45:44 +00:00
jangliss
5dbb3c0c19 Bug #1219184.
Identity code wasn't checking username for domain portion, if email address
was not set, it re-appended domain name to username.
2005-06-13 02:48:51 +00:00
Fredrik Jervfors
6069973792 String fix and minor formatting 2005-06-04 20:05:42 +00:00
Fredrik Jervfors
94575cc163 String and phpDocumentor fix 2005-06-04 17:04:53 +00:00
Thijs Kinkhorst
2a8241b7df string typo 2005-06-03 08:37:41 +00:00
tokul
df06aed4d2 todo about caching 2005-05-31 17:42:17 +00:00
tokul
adfda7e460 remove if(true)
indicate changes in 1.4.5cvs
add define in order to prevent loading errors in http://url/functions/imap_mailbox.php
2005-05-31 17:18:54 +00:00
tokul
6bdc2b2240 i think, it is better that way. 2005-05-29 08:49:44 +00:00
tokul
0919f2ae89 include_once instead of require_once.
subpackage tags in order to separate prefs functions and files in phpdoc
2005-05-29 08:39:49 +00:00
tokul
ac9598c450 function might be removed in 1.6. 2005-05-29 08:34:58 +00:00
tokul
f4a491aee7 documenting prefs functions 2005-05-29 08:33:18 +00:00
tokul
67646b20f7 documenting form functions.
adding id tag support to every function instead of using it only in main function.
2005-05-29 08:30:57 +00:00
Thijs Kinkhorst
d677e65490 drop any double spaces since these will be displayed in the title-attribute 2005-05-24 12:38:58 +00:00
Fredrik Jervfors
974f7ad73b Initializing aHeaderFields to avoid notices 2005-05-22 22:10:20 +00:00
Thijs Kinkhorst
1b40d377cd Fix get_identities() for the case where the user has not set an email
address: use the fallback $username@$domain that's used in compose aswell.
2005-05-22 13:43:28 +00:00
Thijs Kinkhorst
76a47436fa Handle missing flags column (in broken messages) a bit more gracefully
(ie without php-warnings).
2005-05-22 13:11:58 +00:00
Thijs Kinkhorst
6a3f0ffce5 Tweak IMAP connection error display (#1203154). 2005-05-20 10:34:40 +00:00
tokul
574965eb4f replacing skip_SM_header with two different options. If admins want to shoot
their own foot, they have to do that themselves and remove headers
completely by modifying SquirrelMail scripts.
2005-05-12 08:15:19 +00:00
tokul
51af0253d1 provide failsafe language in case $sm_language is not set in accept_lang
and default language.
2005-05-09 17:25:56 +00:00