Commit graph

45 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
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
581dc23061 Happy 2014 2014-01-01 20:33:20 +00:00
Fredrik Jervfors
c076a1f1ae Update copyright 2013-07-26 17:31:02 +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
83236fcc19 Encoded From headers now properly quoted (#2830141). A better fix might be to re-write encodeHeader() 2010-01-30 17:10:07 +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
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
45517fd6f0 Put quotes around both encoded and non-encoded addresses for consistency (#2449213) 2009-04-01 11:06:10 +00:00
pdontthink
329525803a Guarantee outgoing addresses have a domain part 2008-07-09 19:25:40 +00:00
pdontthink
691706eb76 avoid E_STRICT errors 2008-01-06 02:10:43 +00:00
Thijs Kinkhorst
4c8f0910dc compare addresses case insensitively, thanks Xaviet Bruyet. 2007-05-14 16:16:55 +00:00
Thijs Kinkhorst
bf586fd790 centralise the "From"-header construction in functions/identities.php.
This reduces the two instances used under src/ to one, and picks the best
features of both.
2007-05-11 21:49:36 +00:00
Thijs Kinkhorst
11b10ba5d1 increment year in copyright notices 2007-01-13 20:15:44 +00:00
pdontthink
717be5c30c Massive update to plugin system architecture. Please test! Not all core plugins are tested yet, please point out issues that need to be fixed. Please see http://marc.theaimsgroup.com/?t=116282394000001&r=1&w=2 2006-12-10 05:07:54 +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
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
8a9d2b6f7e one more identity action to process 2005-09-11 06:18:43 +00:00
tokul
353a90b378 adding missing identity hooks
removing duplicate generic_header hook call
2005-09-03 06:21:19 +00:00
tokul
dca373c70d fix formating. phpdoc complained about unknown tag. 2005-07-03 15:48:59 +00:00
tokul
5762407551 adding since tags. information is useful for developers that use SquirrelMail API. 2005-07-03 12:22:27 +00:00
jangliss
865fe5c345 Rewrite identity handling to remove stupid extraction of post variables.
This code change may break plugins that use/alter identity stuff, I have to
do some more research.
2005-06-29 19:24:17 +00:00
jangliss
5dbb3c0c19 Bug #1219184.
Identity code wasn't checking username for domain portion, if email address
was not set, it re-appended domain name to username.
2005-06-13 02:48:51 +00:00
Thijs Kinkhorst
1b40d377cd Fix get_identities() for the case where the user has not set an email
address: use the fallback $username@$domain that's used in compose aswell.
2005-05-22 13:43:28 +00:00
Thijs Kinkhorst
a73561b911 Increment year in copyright notice. 2004-12-27 15:04:02 +00:00
Fredrik Jervfors
3b83c567dd Minor cleanups 2004-08-24 00:40:28 +00:00
Fredrik Jervfors
9d4db8b166 Phpdocumentor update - sed is your friend for these kinds of things ;) 2004-05-21 23:56:53 +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
9098cb73e4 Preparation to begin using phpdocumentor.
Added basic @package/@subpackage tags
The decode/ files were documented slightly more thoroughly, although they're almost self-explanatory anyway.

The individual functions in the functions/ files need to be documented though, and now that this commit is in, anyone willing to write docblocks for functions should get cracking ;)
2003-10-28 21:27:47 +00:00
Thijs Kinkhorst
c2ced472b6 Make the default element called 0 again in preparation of my next commit 2003-07-07 18:55:48 +00:00
Thijs Kinkhorst
b37346788e The first entry has to be called 'default'. 2003-07-07 13:47:02 +00:00
tassium
c11a6f8c39 Utility functions to deal with identities. Only one so far: get_identities(), which returns a keyed array of all the identities & their different attributes. 2003-06-19 17:45:43 +00:00