Commit graph

36 commits

Author SHA1 Message Date
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
Thijs Kinkhorst
daaf4c2974 hex2bin is introduced in PHP 5.4 2012-02-08 12:11:18 +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
8e90c103d4 Fixed minor vulnerability in Mail Fetch plugin [CVE-2010-1637/TEHTRI-SA-2010-009] 2010-06-21 07:18:55 +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
5203ff194f Changing back to messages. 2009-04-17 10:28:27 +00:00
Fredrik Jervfors
cac2dbc248 A mail is what's stored at the IMAP/POP3 server. A message is information from an application. 2009-04-16 10:28:10 +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
642f901396 A few output elements are used often, so just retrieve them once and make them globally available 2008-01-06 06:01:10 +00:00
pdontthink
01db845df0 Remove hook call from template; fix all corresponding core plugins. 2007-08-30 02:10:25 +00:00
Thijs Kinkhorst
2248508af5 - Fix disabling password encryption in mail_fetch (#1738001).
Thanks Stephen More
2007-06-25 20:18:15 +00:00
Thijs Kinkhorst
11b10ba5d1 increment year in copyright notices 2007-01-13 20:15:44 +00:00
tokul
d65bb38054 POP3 class code replaced with mail_fetch class code.
Added APOP and TLS and STLS support.
If port is set to 0, system uses default ports
Removed loading_prefs hook. It is not needed. Plugin always gets prefs
before fetching emails.
Fixed IMAP error handling in left_main. Older code ignored APPEND errors.
2006-08-26 17:33:58 +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
stekkel
0a70f643f2 Centralized init 2006-04-05 00:22:11 +00:00
Fredrik Jervfors
91cda79db6 Removing trailing spaces from strings. 2006-02-01 09:25: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
tokul
7452fd586b moved functions from setup.php
added site configuration support
2005-04-25 10:47:14 +00:00
tokul
07723a4627 removing includes that are loaded by validate.php.
switching other files from require_once() to include_once(). They might be
already loaded by plugins attached to load_prefs hook.
2005-04-24 08:55:59 +00:00
Fredrik Jervfors
2531f52955 Trimming whitespace and replacing tabs 2005-04-23 12:08:00 +00:00
tokul
6e219a293c check mailbox before trying to store emails in it. fix for (#584658).
todo: remove functions from setup.php and move configuration vars to config
file.
2005-04-18 09:43:49 +00:00
Fredrik Jervfors
add02474b9 phpDoc fixes 2005-04-03 17:04:51 +00:00
Thijs Kinkhorst
a73561b911 Increment year in copyright notice. 2004-12-27 15:04:02 +00:00
Fredrik Jervfors
8c8ecffa57 Replacing tabs with spaces, trimming white space at EOL and newline at EOF 2004-11-02 22:21:34 +00:00
Thijs Kinkhorst
cde0377d36 We're living in 2004 now... perl is your friend for these kinds of things :) 2004-02-24 15:51:22 +00:00
tassium
94c082f51f Initial groundwork to use phpdocumentor.
Added @package and @subpackage tags.
Some cases of define() for SM_PATH were tagged @ignore to reduce the number of phpdocumentor warnings - this may need to be done everywhere else, or removed where I've done it so far.  We'll see.
2003-10-27 22:24:41 +00:00
Thijs Kinkhorst
75de52f258 Getting ready for 1.4.0 RC1 2002-12-31 12:49:43 +00:00
philippe_mingo
25c22b9547 Tylerization 2002-02-08 21:53:51 +00:00
thomppj
1e2a9cc5d0 Getting ready for 1.2.0 release. 2001-12-23 07:42:40 +00:00
philippe_mingo
95f9c531cd mail_fetch adaptation 2001-11-24 09:04:05 +00:00
philippe_mingo
46774f1e1e Official Mail_Fetch version 2001-11-23 19:08:56 +00:00