Fredrik Jervfors
c076a1f1ae
Update copyright
2013-07-26 17:31:02 +00:00
Thijs Kinkhorst
efd75f4867
Replace calls to htmlspecialchars() with sm_encode_html_special_chars().
...
New function sm_encode_html_special_chars() encodes HTML special
characters by calling htmlspecialchars(). It sets the character set
to ISO-8859-1, to fix compatibility with PHP >= 5.4.
Patch by Paul Lesniewski.
See #3491925
2012-12-09 12:06:30 +00:00
pdontthink
acc409fb2a
Updating copyrights. Happy New Year.
2012-01-02 02:09:17 +00:00
pdontthink
fc57bf2b59
Happy New Year!
2011-01-06 03:16:21 +00:00
pdontthink
7aa0e60863
Update copyrights to 2010
2010-01-25 03:23:30 +00:00
pdontthink
172b91e466
Quote dynamic regex contents to be safe. Thanks to Daniel Hahler.
2010-01-05 08:58:04 +00:00
Fredrik Jervfors
134d462c94
The copyright symbol isn't really needed since the word "copyright" is there. Also it doesn't display right in the documentation.
2009-09-29 12:15:33 +00:00
pdontthink
bc3fb36016
Stop using deprecated ereg() functions ( #2820952 )
2009-07-29 01:55:21 +00:00
Fredrik Jervfors
0a6245814a
There are too many modified files being committed without the copyright year being updated, so here's a copyright year update the old-fashioned style.
2009-04-15 22:00:49 +00:00
pdontthink
4b4454b239
Remove incorrect and unnecessary substr length arg
2007-07-17 22:50:51 +00:00
Thijs Kinkhorst
11b10ba5d1
increment year in copyright notices
2007-01-13 20:15:44 +00:00
stevetruckstuff
b871e8ea9a
Add CSS support to folder manipulation templates. Also make subscribe folder list checkboxes rather than select per TODO in folders.php
2006-08-09 18:01:22 +00:00
tokul
6ed4d410df
information about #1312915 fix and phpdoc updates
2006-08-05 11:21:35 +00:00
tokul
1fe8997b16
don't add delimiter to folder name, when folder with subfolders is
...
created. Use sqimap_mailbox_create() $type option. If suffix is added,
sqimap_mailbox_create() uses incorrect subscription command (#1315912 ).
2006-08-05 10:42:20 +00:00
tokul
f5f9bc8e67
don't tag subfolders of Drafts,Trash and Sent as special in folder management
...
page. Allows rename and delete operations with subfolders.
don't treat INBOX.Trash as special on Courier. Trash folder can have subfolders
in courier. Only XMAGICTRASH extension can cause errors when trash folder is
deleted. Courier does not document commands that allow to detect folder that
is used as magic trash.
2006-08-04 09:17:43 +00:00
Thijs Kinkhorst
c1b2637b2d
templatize folder management (create, rename, delete, subscribe).
...
it's not complete in the sense that it still uses $color etc, feel free to
cssify! I'd like feedback if this is not the proper way to templatize something.
2006-08-01 15:34:19 +00:00
tokul
59ae6f3ac2
removing trailing ?> from function scripts
2006-07-15 12:01:32 +00:00
Thijs Kinkhorst
be88f14bc2
make a start with adding labels for html form elements. this aids disabled
...
users, but also e.g. allows one to click the text next to a checkbox to
select it.
2006-07-09 22:26:05 +00:00
tokul
4115a9110e
updating error_box() function calls. second argument was modified.
...
using squirrelmail template code for closing html tags.
added some comments in footer.tpl in order to detect generated footer
2006-05-14 17:09:29 +00:00
stekkel
0a70f643f2
Centralized init
2006-04-05 00:22:11 +00:00
tokul
83fdb4c332
copyright update
2006-01-23 18:46:41 +00:00
Fredrik Jervfors
9ed98bb1ec
phpDocumentor updates
2005-09-18 10:25:54 +00:00
Fredrik Jervfors
2531f52955
Trimming whitespace and replacing tabs
2005-04-23 12:08:00 +00:00
Thijs Kinkhorst
1a80cf69ff
some html-fixes
2005-04-06 21:30:36 +00:00
Thijs Kinkhorst
fb6b33bd35
Improve error message for illegal folder name.
2005-04-06 17:51:06 +00:00
tokul
eea6fa8892
hiding default prefix in operations with folders. It is not visible in other
...
parts of interface
2005-04-06 10:36:00 +00:00
Thijs Kinkhorst
4b95e3a695
Completely cleanup the folders management (create/subscribe etc) code.
...
- Remove the many small src/folders_*, concentrate their functionality
in functions/folder_manip.php and call that from folders.php.
- Saves duplicate code and an IMAP call here and there.
- Improve the code itself, replace complex structures with simpler ones
which acheive the same.
- Improve UI by adding Cancel buttons where appropriate.
- Some other small fixes.
2005-03-26 18:48:43 +00:00