Commit graph

983 commits

Author SHA1 Message Date
tokul
26e3a977a9 adding option to choose monitored folders. Monitoring according to
$unseen_notify does not provide enough end user options.
removing display_messages.php loading. sqm_baseuri() function is already
loaded in 1.5.1+.
main folder status code still needs some fixes. Status is incorrect, if
plugin wants more data than $unseen_notify.
2006-02-25 08:24:47 +00:00
Fredrik Jervfors
faec6021f8 Changing SquirrelMail to "$org_name". Thank's to Michael Long. 2006-02-22 20:08:53 +00:00
tokul
0f224f0297 newmail_media_enable is used instead of newmail_enable 2006-02-12 09:15:52 +00:00
tokul
00154f22a2 fixed untranslated string. spotted by jam
updated squirrelmail.pot
2006-02-12 06:48:39 +00:00
tokul
a06d1dd56c duplicate closing tr 2006-02-11 17:49:33 +00:00
tokul
fb2dfdba07 css requires more hacks in order to center table correctly. reverting to html alignment.
fixed order of closing select tag
start filters table only when filters exists. removes empty table when filters are
not defined.
2006-02-11 17:42:27 +00:00
tokul
bb313c9b84 css centering does not work. reverting to html based table centering.
use different ids for submit buttons
2006-02-11 17:16:37 +00:00
stekkel
41a6ef96a6 it's $sent_folder instead of $send_folder 2006-02-10 23:38:42 +00:00
stekkel
f9eb18b3e0 Adapted patch from Michael Long
* respect imap continuation request
* Added new error handling calls
2006-02-10 23:06:50 +00:00
stekkel
75f2ab158a Patches from Michael Long
* implementing imap status cache in order to reduce
the amount of status calls generated from the newmail and filter plugin.
* enable the cumulative message account in left_main.php again

Patches reviewed by me. I fixed a few small things in newmail and I added RECENT status
calls in imap_mailbox.php in order to make the "only check recent mail"
option work.
2006-02-10 22:16:07 +00:00
tokul
39a79e0725 adding new options to plugin defines.
undoing centering changes in plugin. align attribute is deprecated, but
css does not provide options for table alignment.
2006-02-09 19:38:50 +00:00
Fredrik Jervfors
aa41b6fccb Replacing deprecated HTML "center" element (second try). 2006-02-05 12:36:40 +00:00
Fredrik Jervfors
b246cfa771 Replacing deprecated HTML "center" element (second try). 2006-02-05 12:23:04 +00:00
Fredrik Jervfors
5cb1e3e1cf Double quoting needed. 2006-02-05 11:43:43 +00:00
Fredrik Jervfors
4ef558abc9 Replacing HTML "script" element deprecated attribute "language". 2006-02-05 11:32:35 +00:00
Fredrik Jervfors
863a5987c4 Replacing deprecated HTML "center" element. 2006-02-05 11:18:50 +00:00
tokul
c48180ca31 making sure that new configuration vars are parsed and configuration arrays
are preserved. control of options in arrays requires more changes and will
be implemented after release
2006-02-05 10:44:25 +00:00
tokul
4b4adabb8c switched doctype to standard compliance mode 2006-02-05 09:20:36 +00:00
Fredrik Jervfors
91cda79db6 Removing trailing spaces from strings. 2006-02-01 09:25:11 +00:00
tokul
a1ceb2a21e fix i18n date format
fix multiline title field display (remove line feeds when calendar is read)
2006-01-29 10:15:28 +00:00
tokul
57ae2c61ce Added IMAP and SMTP STARTTLS extension support.
Saved SMTP EHLO response in class parameters.
Moved sanitizing of SMTP errors from delivery class to display scripts.
Allowed to use configtest.php when client_ip matches server_ip.
There is no 1.3.3 version. TLS was introduced in 1.4.0.
2006-01-28 19:24:08 +00:00
tokul
83fdb4c332 copyright update 2006-01-23 18:46:41 +00:00
tokul
0e155aec51 missed wrong phpdoc tag 2006-01-15 10:03:07 +00:00
tokul
2412204c49 Plugin update:
1. use of sqGetGlobalVar instead of accessing $_POST and $_GET directly
2. event sanitizing update. Storage functions don't sanitize html. Event text
   is sanitized on display
3. fix possible data loss when vertical bar is used in event text
4. updates in README and phpdoc blocks
2006-01-14 14:21:21 +00:00
tokul
38c1f45f4b #1291081. Undo encoding of line feeds in calendar data.
Code still need fixes because htmlspecialchars should not be used on $calendar
data. Only functions that output data should do sanitizing.
2006-01-08 17:28:12 +00:00
tokul
ae65cfb852 removed * from list prefix
added script execution time
updated plugin maintainer information
2006-01-08 10:28:22 +00:00
tokul
e482d9d3d7 adding error checking in deliver_sendmail class.
sendmail -i -t arguments moved to configuration
fixed unsanitized output in plain_error_message() calls.
2005-12-08 18:24:47 +00:00
jangliss
f72d8082d7 Key being overwritten by reuse of var in filters plugin. 2005-11-29 06:20:49 +00:00
tokul
3b00772e3a - $this->ERROR = _("POP3 pass:") . ' ' . _("Authentication failed ") . "[$reply]";
+                $this->ERROR = _("POP3 pass:") . ' ' . _("Authentication failed") . " [$reply]";

Reusing string from smtp delivery class
2005-11-23 16:45:03 +00:00
tokul
882a9d46b2 fixed ngettext formating 2005-11-12 14:35:28 +00:00
tokul
a118a32114 unifying some strings. reduces number of translations 2005-11-12 14:28:58 +00:00
Thijs Kinkhorst
8e684fe5dd make it explicit that the aspell command line is the same as the ispell one 2005-11-09 22:03:48 +00:00
tokul
30c03d2ddf don't list index.php in sound options. issue specific to 1.5.1cvs and 1.4.6cvs 2005-11-06 09:39:50 +00:00
tokul
217ec5a526 search forms are moved to squirrelmail site.
added configuration options that control availability of plugin to end users
2005-11-05 11:10:26 +00:00
tokul
5e98d9307e adding sqimap functions to check status of folder. Code reuse.
adding more fixes for sent_subfolders on uw
2005-11-04 18:33:53 +00:00
tokul
f408812178 adding IMAP folder type controls to folder option widget. Widget uses default
noselect filtering and sent_subfolders needs to filter noinferiors

fixed sent_subfolder E_NOTICE issues with yearly subfolders and added delimiter
between subfolder base and year folder.

Sent Subfolder Base selection box now lists only folders without noinferiors flag.

Tested on UW.

Some complex folder check is pending.
2005-10-31 18:00:46 +00:00
jangliss
4935d499b7 If no filters defined, and spam filters are not enabled, don't bother
issuing a possibly costly IMAP STATUS call to INBOX.
2005-10-25 21:08:21 +00:00
tokul
ee3ebc12db Windows aspell returns \r\n line endings. if \r is not removed, it breaks
javascript and list of suggestions is empty.
2005-10-15 08:54:25 +00:00
tokul
ef1ace4ccb fix imap command. \r\n is added by sqimap_run_command. If second \r\n is
present, it breaks next issued imap command (sqimap_mailbox_exists() always
returns true).
2005-09-24 17:22:32 +00:00
Fredrik Jervfors
9ed98bb1ec phpDocumentor updates 2005-09-18 10:25:54 +00:00
Fredrik Jervfors
d3abcd651b Adding more index.php files
Unifying index.php files
2005-09-11 07:05:54 +00:00
tokul
ad8b52c314 adding bincimap preset 2005-09-10 12:50:46 +00:00
tokul
d5cd5f3d3a adding database field size checks (#1233721) 2005-09-10 08:46:15 +00:00
Fredrik Jervfors
c73a5b46c8 String fix 2005-09-03 22:16:54 +00:00
Thijs Kinkhorst
2bcf68dfbe Use shell exec so we can escape the fortune output. 2005-08-28 12:57:57 +00:00
tokul
c52e78971a removing $available_languages option 2005-08-06 06:01:49 +00:00
tokul
e7efa38050 moving administrator check to option block registration. reduces amount of
code loaded during plugin's init. removing trailing linefeed from auth.php
2005-08-06 05:52:58 +00:00
tokul
1a088144d9 fix gettext and sprintf formating now. work on error_box later. 2005-08-02 06:58:21 +00:00
tokul
31bb264a73 don't use full URL in sounds media preferences.
adding configuration option to disable upload of sound files.
adding svg and ogg support in embed tags.
2005-08-01 08:12:07 +00:00
tokul
20f3be9bc2 instead of retrieving text with 'Download as a file link' and removing link text later,
retrieve text without Download link.

add character set option to engines that don't change used character sets
in their forms. Fixes translation of 8bit texts (translations from Russian,
Greek, Chinese, Korean, Japanese, etc to English and other languages)
2005-07-31 14:19:04 +00:00