pdontthink
598a599ba3
Happy New Year
2025-01-03 11:47:03 -08:00
pdontthink
39cfdaadfd
Happy New Year
2024-01-02 14:58:16 -08:00
pdontthink
380afc7213
Happy New Year
2023-01-02 22:04:25 -08:00
pdontthink
bcdfe6e9f1
Happy New Year
2022-01-26 01:06:50 -08:00
pdontthink
4783fa1b6a
Stop using curly braces
2021-02-06 09:33:41 -08:00
pdontthink
c4ef1a0eea
Happy New Year
2021-02-05 11:55:37 -08:00
pdontthink
fc283980d0
Happy New Year
2020-01-07 00:12:38 -08:00
pdontthink
6a19e091bf
Fix broken anchor links
2019-09-01 23:53:10 -07:00
pdontthink
fbcb1ca1f5
Happy New Year
2019-01-07 21:55:08 -08:00
pdontthink
23cd61b628
Happy New Year
2018-01-16 23:44:07 +00:00
pdontthink
6cd24c0552
Happy 2017
2017-01-27 20:34:08 +00:00
pdontthink
2934017d92
Happy New Year
2016-01-01 20:59:53 +00:00
pdontthink
3b465a0d0f
Happy 2015
2015-01-03 04:09:49 +00:00
pdontthink
6aa022543c
Variable name correction
2014-01-21 22:15:03 +00:00
pdontthink
cedca778de
Add advanced control over the SSL context used when connecting to the SMTP and IMAP servers over SSL/TLS (Thanks to Emmanuel Dreyfus)
2014-01-21 01:13:49 +00:00
pdontthink
581dc23061
Happy 2014
2014-01-01 20:33:20 +00:00
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
dbb665c8c8
Use sqsession_* instead of session_*
2012-09-18 17:43:15 +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
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
Fredrik Jervfors
320b1b7786
Porting comments and strings between 1.4 and 1.5.
2009-05-29 10:55:17 +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
Fredrik Jervfors
71af3e8508
Removing the PHP close tag at the last line.
2009-04-15 16:34:33 +00:00
pdontthink
cb8c1c05f4
Add compatibility with Dovecot's bigint UIDs
2009-02-01 02:24:32 +00:00
pdontthink
5e84fc7678
Consistency
2009-01-16 00:25:51 +00:00
pdontthink
5ae6c415f6
Make message details link a non-relative URI. Thanks Thierry Godefroy
2008-01-06 05:48:35 +00:00
pdontthink
edcdd93355
Make message_details actually show the correct entity when viewing details of attached messages
2007-09-28 17:27:29 +00:00
Thijs Kinkhorst
c38de069ae
fix strict js/css notices ( #1778815 )
2007-09-04 09:33:10 +00:00
Thijs Kinkhorst
11b10ba5d1
increment year in copyright notices
2007-01-13 20:15:44 +00:00
pdontthink
290f9e0511
Use checkForJavascript() instead of $javascript_on. Not well tested. PLEASE HELP TEST.
2007-01-03 09:38:31 +00:00
pdontthink
40163e54c7
Use checkForJavascript() instead of $javascript_on
2007-01-03 09:03:58 +00:00
Thijs Kinkhorst
b41819cf77
accept &$links by reference
2006-12-10 20:18:47 +00:00
Thijs Kinkhorst
41be89f957
(finally)fix message_details plugin for new plugin infrastructure, and as
...
added bonus, make it work without javascript too
2006-12-10 19:43:27 +00:00
Thijs Kinkhorst
68be7e48f7
no need to pass $key variable to sqimap_login anymore
2006-08-05 14:49:49 +00:00
tokul
59ae6f3ac2
removing trailing ?> from function scripts
2006-07-15 12:01:32 +00:00
tokul
43131d055d
removed debug function
...
message body is placed in <pre></pre> instead of <code></code> in order to
display tabs in headers. rtrim function is used instead of trim in order to
strip writespace only from the end of line.
2006-04-23 13:16:18 +00:00
tokul
ca0bf2e239
if $key is set to false, sqimap_login() function will use sqauth_read_password()
...
to retrieve user password.
sqimap_login() calls in plugins are modified to use this code.
It allows to centralize place that is used to access password information.
Older way is preserved for backwards compatibility and different IMAP login
credentials.
2006-04-19 18:03:24 +00:00
stekkel
0a70f643f2
Centralized init
2006-04-05 00:22:11 +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
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
d3abcd651b
Adding more index.php files
...
Unifying index.php files
2005-09-11 07:05: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
tokul
99be9198a3
adding function that can be used to display 8bit symbols as hex codes.
2005-04-04 13:39:26 +00:00
pdontthink
8e311bb921
Placing main message details code inside of a function where it is immensely more useful to others; also adding ability to return details without HTML formatting
2005-03-06 03:11:40 +00:00