Commit graph

311 commits

Author SHA1 Message Date
thomppj
cc34efd8dd And now for the other years of the sent_subfolder on cyrus 2002-01-18 14:54:08 +00:00
thomppj
0a957948c7 Sent dumbfolders and special folders fixed for Cyrus. (Philippe Mingo
on Bunzo's Box)
2002-01-18 14:40:28 +00:00
philippe_mingo
0ca9a4a494 Sent subfolder bugfix (again) 2002-01-17 14:22:18 +00:00
philippe_mingo
137f07afc6 Bugfix: Now special folders from sent subfolders plugin are correctly
recognized.
2002-01-17 13:45:06 +00:00
philippe_mingo
f48f599ca2 Bugfix. 2002-01-17 13:37:19 +00:00
Bron Gondwana
7aff136d92 Remove leading spaces from IMAP commands, which was breaking Cyrus. This
is brittle behaviour from Cyrus, but covered by the spec, which does indeed
require once single 0x20 only.  My bad, or something.
2002-01-15 10:55:30 +00:00
philippe_mingo
ec4991f544 Ok, this should fix the subsent folders left panel order.
Please test and report.
2002-01-12 19:30:49 +00:00
Bron Gondwana
f8d8561f8d This is a big one - fixes to sqimap_run_command in most uses. Had to add
sqimap_run_command_list as well for those list instances.

I believe that it's now safe for sqimap_session_id() to return a different
ID each time, but haven't yet tested this.
2002-01-12 11:15:12 +00:00
philippe_mingo
3e4854f7e8 In order to make sent_subfolders work I had to change a lot of code.
I may have messed up something in the process so PLEASE TEST THIS
CARFULLY.

In my system (that uses uw) it almost work. The only thing left to
be done is to organize left main in such a way that sent subfolders
are placed to the top.

I've replaced some spare code with a few new functions.
sqimap_mailbox_rename and isSpecialMailbox are the most interesting
in other proceses.
2002-01-11 23:28:12 +00:00
antipode
7639f1fd39 Removed countCharInString() and replaced its invocations with
substr_count().
2001-12-30 15:02:52 +00:00
thomppj
eb10fb8a92 Fixed bug #497181
http://sf.net/tracker/?func=detail&atid=100311&aid=497181&group_id=311
2001-12-29 07:19:01 +00:00
thomppj
e1ef7a722c Fixed small bug to folder list sorting...
----------------------------------------------------------------------
2001-12-24 04:39:18 +00:00
thomppj
1e2a9cc5d0 Getting ready for 1.2.0 release. 2001-12-23 07:42:40 +00:00
thomppj
fab2b3dba0 Added sent_subfolders plugin, tweaked config stuff, other stuff. 2001-12-23 06:08:34 +00:00
antipode
1fc7526d75 Missed a few. 2001-12-04 02:16:42 +00:00
antipode
bf91c04df5 Whooo-oo are the code police? 2001-12-04 02:15:02 +00:00
thomppj
5d15361f1f Code cleanup brigage... 2001-12-02 09:33:02 +00:00
philippe_mingo
da2f3297dd ** -> * 2001-11-26 19:33:28 +00:00
philippe_mingo
d61b98077f Added (c) stuff and some formatting. 2001-11-21 18:38:12 +00:00
philippe_mingo
c3aed0d769 Some fixup:
- Operation foo_once step 2 (and final)
- Create folders bugfix
- None folder bugfix
- Fixed some tabs, structs etc.
- Added some (c) stuff
- Removed some debug stuff

This changes should result in a faster SM.
2001-11-20 20:08:28 +00:00
philippe_mingo
bf7a149680 Various fixes 2001-11-15 17:05:40 +00:00
teepe
c2185d041e cleanup of all code using delimiter 2001-11-14 01:02:37 +00:00
thomppj
0e0192b790 Lots of changes to get closer to having save as draft working. Please, keep working hard on this!!! 2001-10-29 04:33:47 +00:00
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