squirrelmail/functions
stekkel 5d2e086e5a Fixed on the fly decoding of base64 attachment. We need to do on the fly
decoding because otherwise we have to buffer entire attachments in memory
which will cause out of memory errors with large attachments.

The fix has to do with the grouping of bytes in pairs of 4 which represents
24 bits of data. If such group is splitted over 2 lines then on the fly
decoding went wrong. Now we count the pure base64 data (without \r\n, \r \n
and spaces), divide it by 4 and return incomplete pairs which get processed
the in the next loop.
2004-05-02 13:49:14 +00:00
..
decode We're living in 2004 now... perl is your friend for these kinds of things :) 2004-02-24 15:51:22 +00:00
htmlentities one more formating fix 2004-04-25 10:35:12 +00:00
abook_database.php SQL injection fix. This is serious I think. 2004-04-27 19:20:18 +00:00
abook_global_file.php Moving addressbook functions to separate phpdoc subpackage. 2004-04-12 08:00:07 +00:00
abook_ldap_server.php Moving addressbook functions to separate phpdoc subpackage. 2004-04-12 08:00:07 +00:00
abook_local_file.php Moving addressbook functions to separate phpdoc subpackage. 2004-04-12 08:00:07 +00:00
addressbook.php adding address book sorting function 2004-04-18 10:28:38 +00:00
attachment_common.php We're living in 2004 now... perl is your friend for these kinds of things :) 2004-02-24 15:51:22 +00:00
auth.php phpdoc fix. 2004-04-12 07:55:24 +00:00
constants.php We're living in 2004 now... perl is your friend for these kinds of things :) 2004-02-24 15:51:22 +00:00
date.php Better support for malformed/absent dates and headerlines ending in only "\n". 2004-02-28 15:13:17 +00:00
db_prefs.php We're living in 2004 now... perl is your friend for these kinds of things :) 2004-02-24 15:51:22 +00:00
display_messages.php missing phpdoc declaration 2004-04-12 08:00:53 +00:00
file_prefs.php Make writing to prefs/abook/calendar files more reliable by handling it 2004-03-15 10:10:00 +00:00
forms.php moving forms to separate subpackage. It is easier to dig through functions 2004-04-12 08:02:15 +00:00
gettext.php two more subpackage blocks 2004-04-12 08:03:39 +00:00
global.php Undo my stupidity 2004-04-22 09:09:48 +00:00
html.php We're living in 2004 now... perl is your friend for these kinds of things :) 2004-02-24 15:51:22 +00:00
i18n.php phpdoc fixes 2004-04-12 07:54:20 +00:00
identity.php We're living in 2004 now... perl is your friend for these kinds of things :) 2004-02-24 15:51:22 +00:00
imap.php two more subpackage blocks 2004-04-12 08:03:39 +00:00
imap_asearch.php Be smarter with PHP numerical conversion, who knows if the previous code wouldn't fail on some version 2004-04-30 23:18:18 +00:00
imap_general.php Fixed on the fly decoding of base64 attachment. We need to do on the fly 2004-05-02 13:49:14 +00:00
imap_mailbox.php remove call to expunge in sqimap_mailbox_select 2004-04-29 03:48:13 +00:00
imap_messages.php prohibit message sets other then a single id when fetching a single message. 2004-04-20 16:55:41 +00:00
imap_search.php two more subpackage blocks 2004-04-12 08:03:39 +00:00
imap_utf7_local.php two more subpackage blocks 2004-04-12 08:03:39 +00:00
index.php We're living in 2004 now... perl is your friend for these kinds of things :) 2004-02-24 15:51:22 +00:00
mailbox_display.php Instead of excluding one checkbox at a time, only check what should be checked 2004-04-28 12:21:21 +00:00
mime.php Fixed on the fly decoding of base64 attachment. We need to do on the fly 2004-05-02 13:49:14 +00:00
options.php 1. Use XHTML-Compatible attributes for selected and checked form widgets 2004-04-28 16:05:25 +00:00
page_header.php http://validator.w3.org/docs/errors.html#bad-entity 2004-03-31 16:33:33 +00:00
plugin.php Zap the soupNazi to use the same JS test everything else does. 2004-03-28 23:06:12 +00:00
prefs.php updates to make javascript actually behave correctly for real. 2004-03-28 22:47:11 +00:00
strings.php this way it looks better. 2004-04-25 10:26:56 +00:00
tree.php When copying a folder to trash before deletion, check that the top folder name really contains the delimiter. 2004-03-26 12:02:30 +00:00
url_parser.php We're living in 2004 now... perl is your friend for these kinds of things :) 2004-02-24 15:51:22 +00:00