Commit graph

137 commits

Author SHA1 Message Date
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
84071a7e84
Stop using curly braces 2021-02-05 23:49:02 -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
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
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
6816d92733 String fix. 2009-04-16 09:06:28 +00:00
Fredrik Jervfors
ed3886e1ea A mail is what's stored at the IMAP/POP3 server. A message is information from an application. 2009-04-16 09:03:50 +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
bfa610b4b3 Don't load plugin pages if plugin is not enabled. Thanks to Niels Teusink for finding this. 2008-12-05 09:46:53 +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
fc50a978b3 fix mail_fetch class to properly cope with dots as specified
in the RFC, thanks Tomas Kuliavas. Closes: #1621267
2007-05-30 18:30:27 +00:00
Thijs Kinkhorst
567ef6de29 do not special case a folder named 'None'. There's no reason
to not use the empty string and this prevents people who want
to have a "None" folder from using it properly.
2007-03-06 14:57:12 +00:00
pdontthink
dc1057206b The mf_cypher variable was not being set in prefs correctly 2007-02-13 22:45:53 +00:00
Thijs Kinkhorst
11b10ba5d1 increment year in copyright notices 2007-01-13 20:15:44 +00:00
tokul
36d5e26cef added phpdoc header to mail_fetchs constants file
removed obsolate proprietary POP3 class
2006-10-07 15:40:20 +00:00
tokul
c22a86c95c adding constants 2006-08-26 17:34:38 +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
tokul
0db4619bee adding own pop client implementation
Original POP3 class is licensed under some 'General Artistic License' and requires
submitting all modifications to address that bounces.

According to FSF standard Artistic License is not compatible with GPL.
http://www.fsf.org/licensing/licenses/index_html#ArtisticLicense
2006-08-25 14:29:15 +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
29711e3395 Renaming "config_sample.php" to "config_default.php". 2006-02-26 10:52:34 +00:00
Fredrik Jervfors
863a5987c4 Replacing deprecated HTML "center" element. 2006-02-05 11:18:50 +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
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
a118a32114 unifying some strings. reduces number of translations 2005-11-12 14:28:58 +00:00
Fredrik Jervfors
9ed98bb1ec phpDocumentor updates 2005-09-18 10:25:54 +00:00