Commit graph

3200 commits

Author SHA1 Message Date
Tyler Akins
1c6da80f2f Why did we have two eregi() functions in a row? I changed it so one regexp
should do it.
2001-01-16 19:24:00 +00:00
Tyler Akins
4c2e20e119 Fixed a bug where users that did not log in before would get tons of
Warning: REG_EBRACK in .../imap_mailbox.php on line XXX
Apparently the Trash and Sent folder need to be escaped, just in case they
have some special characters in them.

This only seemed to happen with FreeBSD and special folder names for the
Sent and Trash folder.  Thanks to John Bolster for helping out!
2001-01-16 19:14:29 +00:00
Luke Ehresman
0ae9d2ede2 fixed minor bug with expunge button not showing up 2001-01-16 05:04:38 +00:00
Tyler Akins
220f0ea2b0 Added patch 103186 -- $HTTPS variable checking to case insensitive. 2001-01-15 03:08:27 +00:00
Tyler Akins
bfbf0a3593 made $sent_folder global so that the 'from' column would now be named 'to'
for messages in the $sent_folder.
2001-01-13 20:43:24 +00:00
gpadgham
8d3c027c60 o PHP 4.0.4 seemed to have problems with the usort function being defined inline with another function. This should fix that. 2001-01-11 14:33:36 +00:00
Luke Ehresman
5b52d21882 fixed the "Select All" bug (bottom string didn't change to "Unselect All" 2001-01-11 01:23:59 +00:00
Luke Ehresman
ce99c235c4 made deleted (but not expunged) messages easier to detect 2001-01-11 01:12:41 +00:00
Luke Ehresman
a5b4ea4619 fixed bug #128278 - size not displayed correctly when searching 2001-01-11 00:59:45 +00:00
mattphillips
efcd749e41 Patch contained in "[ Bug #128309 ] m$ exchange bug workaround". Exchange was
erroniously reporting an error.  This patch ignores it.
2001-01-10 21:23:22 +00:00
mattphillips
43b1d485b5 Fix for [ Bug #125985 ] Random Login Failure. Sometimes funky characters in
the onetimepad weren't coming back out of the session correctly.  The
onetimepad is now base64_encoded in the session.
2001-01-10 21:02:38 +00:00
Luke Ehresman
61b182e0ca greatly improved speed and memory management of download of attachments.
it doesn't save the file in memory, it now feeds it line-by-line.
2001-01-10 04:36:00 +00:00
Tyler Akins
825c6f8d9b Changed timeout from 0 seconds (died for me constantly) to 15 seconds.
Now I can log into my email.  :-)
2001-01-09 23:07:18 +00:00
Luke Ehresman
65dc422fae * Removed sqimap_mailbox_close() function -- automatically expunges mailbox
when it closes.  Someone suggested that we use this, and I hadn't
    researched its functionality enough before implementing
* Made the $auto_expunge variable actually do something.
2001-01-09 01:12:47 +00:00
Luke Ehresman
3e4438f709 added Taiwan transation 2001-01-09 01:02:27 +00:00
thomppj
1e69604e17 Changed mailbox display so that flags would be aligned center. 2001-01-03 18:31:47 +00:00
pallo
c280d4d70c Fixed bug #126497 + problem with error handling in src/addressbook.php. 2001-01-03 14:12:43 +00:00
Tyler Akins
c322ac4a25 Hopefully killing the quotemeta and login problems with funny characters 2000-12-26 16:55:32 +00:00
centaurix
58f9159413 Applied patch #102655. Ha! my first commit ! 2000-12-26 00:25:42 +00:00
pallo
9d692148ef The configured IMAP folder delimiter ($optional_delimiter) was never used (it
was always detected). Fixed that.
2000-12-18 13:44:38 +00:00
pallo
d05b70622e Fixed bug in readShortMailboxName() if "needle" (delimiter) is empty. 2000-12-18 13:13:52 +00:00
Tyler Akins
a94a2f4c6f This fixes SquirrelMail's inability to download large attachments. You
still may need to tweak PHP's .ini file, but that isn't something that can
be done in SM.
2000-12-15 17:08:58 +00:00
Tyler Akins
94dd6b5127 Another array detection "if" statement. 2000-12-15 15:40:21 +00:00
Luke Ehresman
cf33fc7dfa added catalan help translation
updated korean, spanish, and catalan translations
changed version to 1.0pre2
2000-12-14 18:33:51 +00:00
Ondřej Surý
2780154b27 imap_mailbox: Fixed minor bug in sqimap_mailbox_list
imap_general: Added sqimap_capability function to check capabilities of server.
imap_general: Rewrote sqimap_get_delim to use NAMESPACE capability (if available) to get delimiter.
              Whole issue is more complicated, because you can have more NAMESPACES on IMAP server.
2000-12-14 16:09:55 +00:00
Ondřej Surý
0a2fe1be26 Updated language name for Czech Language 2000-12-14 15:10:31 +00:00
Luke Ehresman
8c7d567187 fixed the bug of not being able to have a period on a blank line when
sending a message (RFC281, section 4.5.2)
2000-12-14 02:54:00 +00:00
Tyler Akins
92713996cf Fixed bug where str_repeat was called with 0 as multiplier. Simple "if"
statement around the command.  :-)
2000-12-13 23:38:03 +00:00
Luke Ehresman
de03cd8146 Updated folder displaying code with changes we discussed on list 2000-12-13 20:36:39 +00:00
pallo
653b606b95 Fixed how folder names are formatted in a hierarchy of folders. 2000-12-09 15:22:00 +00:00
Luke Ehresman
a64c8f3fcc submitted patch from Stefan Sels that fixes the i18n problem (hopefully) 2000-12-09 14:55:58 +00:00
pallo
cef8b45c7a Fixed bug #124841 where the Content-Type header charset wasn't parsed correctly. 2000-12-07 13:43:38 +00:00
Luke Ehresman
6481dd9f96 fixed some problems and improved "view header" functionality 2000-12-07 05:01:27 +00:00
Luke Ehresman
b5ae7f8400 fixed an HTML rendering bug in search display 2000-12-07 03:36:09 +00:00
Luke Ehresman
424c8c1f31 - added patch from srakhada that uses quotemeta() function around password to allow
special characters in password.
- added patch from dave_michmerhuizen@yahoo.com to do folder sorting with case insensativity
2000-12-06 15:23:27 +00:00
Luke Ehresman
4a6ff6d6d7 added config option to specify the IMAP folder delimiter, rather than
autodetecting all the time (which doesn't work on some servers, apparently)
2000-12-06 15:01:52 +00:00
Tyler Akins
9e9d0a1c60 Fixed the startMessage stuff for the Select/Unselect All links 2000-12-05 19:53:38 +00:00
Tyler Akins
5fe67cc2db mime_fetch_body reworked to fix a bug I found on my system. It also now
uses imap_read_data() instead of reading data directly.
2000-12-05 19:43:52 +00:00
Luke Ehresman
70c33b4a23 added patch from tcabot for a pure HTML method of selecting all messages
in your current folder.  Works wonderfully as far as I can tell.
2000-12-05 16:12:32 +00:00
gustavf
81137f4770 Added missing ';' in ISO-8859-1 2000-12-05 15:02:32 +00:00
Luke Ehresman
a4c2d2066c fixed bug with one line length text message with an attachment not displaying. 2000-11-30 03:03:14 +00:00
Tyler Akins
be38c8215d Made the handle_errors flag to sqimap_mailbox_expunge default to true. 2000-11-28 19:42:30 +00:00
pallo
d55196673c Applied patch #102205 + some extra code to fix bug #121006. 2000-11-24 14:47:54 +00:00
Tyler Akins
bb9bc966e4 Minor bugfix to make sure that startMessage is correct on 2nd and further
screens.
2000-11-17 16:45:47 +00:00
Tyler Akins
f0ba821678 Changed an if {} else if {} into if {} else {} (removed unnecessary if) 2000-11-16 16:08:49 +00:00
Tyler Akins
b69e8dea63 Fixed missing $startMessage stuff for "Message List" link and for all links
displayed when viewing a folder.
2000-11-16 15:59:10 +00:00
lbergman
d79be4ed34 Added a name parameter to content-type header to fix some browsers 2000-11-16 15:01:19 +00:00
Luke Ehresman
1ccd5f4694 fixed uninitialized urlMailbox bug on bug list 2000-11-16 14:19:42 +00:00
Luke Ehresman
6efe351ac1 made sorting a bit faster
replaced \n with \r\n in body of message before sending
2000-11-16 14:16:53 +00:00
Luke Ehresman
2220e5d9ac fixed all bugs i could find in "no sorting" code. 2000-11-12 23:23:18 +00:00