Commit graph

88 commits

Author SHA1 Message Date
philippe_mingo
ca1cc1a204 Use sqimap_session_id instead of axxxx for imap connections. 2001-10-04 14:31:57 +00:00
philippe_mingo
955e23c710 In very special ocasions SM tries to swith to the None folder (don't know exactly why). While we track down this I put a check in the select in order to avoid SM "crash". 2001-10-04 11:16:04 +00:00
philippe_mingo
87f1fbc60d Sorry, a bug slipped into the CVS. 2001-09-26 11:47:27 +00:00
philippe_mingo
b630edc905 Operation "foo_once".
functions Folder
Step 1: Check file including and change it to the _once system.
2001-09-26 10:43:39 +00:00
Tyler Akins
0b1c62e466 Warnings were removed
Removed 'echo' line in folders_rename_do that was causing problems
Removed Ray's preference code from left_main.php (he said he would do it,
but he never did follow through)
Now checks to see if the folder is subscribed before actually subscribing
the folder (the proper fix to the problem Ray tried to fix)

Found a bug -- I can't unsubscribe from a folder.
2001-07-27 23:09:53 +00:00
Tyler Akins
e4fd3ffd51 Removed bugs 2001-07-09 20:28:28 +00:00
Tyler Akins
4fb5a181d6 * Numerous fixes for Eudora's IMAP (That's the EIMS thing, right?) 2001-06-13 17:46:13 +00:00
Tyler Akins
f8f9c528ff * Possible fix for UW giving billions of files as "folders"
SourceForge Patch # 407864 by Steve Huston (srhuston)
2001-05-21 15:29:51 +00:00
Tyler Akins
973f65dd82 * Fix for the UW/mh problem with deleting messages. 2001-05-21 15:04:47 +00:00
allah03
8c6b0c3d72 Doh! Left an extra curly brace. 2001-05-17 04:22:47 +00:00
allah03
13639206d5 Fixed a problem where unformatted-disp could go unset. 2001-05-17 04:19:49 +00:00
Luke Ehresman
b234c2de49 * added signout_page option to redirect after signout
* added hook in compose
2001-04-22 05:16:45 +00:00
Luke Ehresman
9a652d74c4 fixed bug that didn't display folders with spaces in the name 2001-04-21 13:28:11 +00:00
Tyler Akins
0d0de5d238 * Got bored and copied all the validate.php and define() stuff to 1.1
* Cleaned up some code
* Fixed some typos
* Added a few files (documentation, translations)
* EAGERLY awaiting 1.1 to come out
* Made all global stuff "global $varname" so the new define() method we use
  will work properly (methinks)
2001-04-19 17:58:10 +00:00
Luke Ehresman
e7d68b547d added authenticated smtp server support 2001-04-13 15:25:01 +00:00
centaurix
b29378abe7 fixed typo (Bug #405483) 2001-03-04 12:20:01 +00:00
Tyler Akins
7b4f0bec46 * :-) The first letter of matching folders had their head removed!
(one char too many trimmed)
2001-02-25 05:47:25 +00:00
Luke Ehresman
f0db5b2922 removed some regular expressions 2001-02-24 17:09:44 +00:00
Tyler Akins
856eb4e0a5 * To make sure that $indent is always greater than zero (error removal) 2001-02-16 13:29:40 +00:00
Tyler Akins
124a582ee4 * More fixes
* $boxes[$i]['flags'] is always an array now.  :-)
2001-02-06 20:30:03 +00:00
Tyler Akins
e669789d91 * Hopefully squashed all those annoying "flags" workarounds
* Should kill the error I was just reported with search.php
2001-02-06 20:26:33 +00:00
Tyler Akins
c2cd55a5a9 * Changed some regexps into string matches and the like
* Fixed more regexp quoting problems
* Cleaned up some code
* Added support for the seven new top-level domains (.aero, .biz, .coop,
.info, .museum, .name, .pro) to url_parser.php
2001-02-02 17:51:19 +00:00
Luke Ehresman
f457b84556 removed error messages 2001-02-01 20:51:52 +00:00
Luke Ehresman
38b9a97c76 updated changelog, fixed folder subscriptions not displaying problem 2001-01-31 17:19:18 +00:00
Tyler Akins
8e45c13a78 Apparently usort() REQUIRES a user-defined function instead of a PHP
built-in function.  Worked fine on my machine, killed the server on another.
2001-01-31 16:55:05 +00:00
Luke Ehresman
89501e1126 added more bugfixes and warning squashes 2001-01-31 03:59:49 +00:00
Luke Ehresman
63bb5ec59c fixed some more warning messages 2001-01-31 02:34:44 +00:00
Tyler Akins
505cf3de89 Couple warnings removed
If subject line is over 55 chars, trims it and appends "..."
2001-01-30 18:11:09 +00:00
Tyler Akins
de965920f1 Removed a lot of the warnings generated when PHP has all warnings enabled.
This is not done yet, but it is a VERY good start.
Added $Id$ tags to a lot of the files.
2001-01-30 17:22:38 +00:00
Tyler Akins
472a8f45d8 Another fix for my broken code. 2001-01-17 21:51:40 +00:00
Tyler Akins
f0f30c095d * Fixed typo.
* Changed two negations and OR into one negation and AND
 - 1/2 the number of negations!  :-)
2001-01-17 17:14:49 +00:00
Tyler Akins
f8a9fe982e Changed the second ereg() function to a strcasecmp also.
Changed the "== 0" into negation
 - faster than a compare by a nanosecond or less   :-)
Same went for "else if" to "elseif"
(Hope I didn't break it again)
2001-01-17 17:11:20 +00:00
pallo
4d1e0a14bd Replaced an eregi() with strcasecmp() which should be considerably faster. 2001-01-17 08:34:01 +00:00
pallo
9885b36d40 Reverted 1.53->1.54 change because it introduced a bug (the new regexp was wrong). 2001-01-17 08:15:21 +00:00
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
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
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
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
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
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
Luke Ehresman
837022bcd6 removed some buggy UW specific code -- subscribed folders now show with UW again. 2000-10-30 17:29:40 +00:00
Tyler Akins
a9354cd059 Added numerous changes from embeejay
Added an expunge button, shown only when needed
Better flag handling
ereg() calls instead of lots of other calls
2000-10-23 16:17:52 +00:00
Tyler Akins
5effbcffde sqimap_read_data now uses the $response and $message vars
sqimap_login now uses sqimap_read_data, and is shortened a bit
sqimap_mailbox_select now forms proper request to sqimap_read_data
Potential fix for the UW version 8 IMAP server
2000-10-22 23:04:06 +00:00
Luke Ehresman
3763033079 tweaks, fixed some misspellings, added a few hooks 2000-09-14 12:45:53 +00:00
Luke Ehresman
7fb6b302e1 fixed double folder problem 2000-08-28 18:57:28 +00:00
Luke Ehresman
496094e5a2 fixed some bugs in the sqimap_mailbox_close() function 2000-08-10 15:10:16 +00:00