tokul
17c56f73ed
two more subpackage blocks
2004-04-12 08:03:39 +00:00
Thijs Kinkhorst
5a4550f372
Remove almost all left overs of our non-uid-imap-server support.
2004-03-15 20:15:16 +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
75de52f258
Getting ready for 1.4.0 RC1
2002-12-31 12:49:43 +00:00
Thijs Kinkhorst
513e603e08
XXS fixes, as in stable
2002-12-06 16:42:12 +00:00
Thijs Kinkhorst
bc654ad1e2
Obsolete array.php
2002-10-26 17:10:21 +00:00
thomppj
9001d31cf8
Converted all files in functions/ to use SM_PATH. This will break all
...
plugins. Each callable script needs a:
define('SM_PATH', '../../');
Or something like that put at the top.
2002-09-06 00:31:43 +00:00
philippe_mingo
6a1659b234
Masato
...
Japanes patch
2002-08-22 09:33:09 +00:00
stekkel
458ac3fde6
accidently removed macosx search syntax. Thnx Jasper Kalkman.
2002-07-31 14:10:43 +00:00
stekkel
2fe0fe9194
removed some vars
2002-07-22 19:26:35 +00:00
stekkel
5e4f3539d7
deleted html output
2002-07-09 10:23:46 +00:00
stekkel
006f9b5751
removed code and make use of the functions in mailbox_display.
...
There is only one problem, the paginator and sort buttons doesn't work from a
search.
2002-07-05 13:50:09 +00:00
jmunro
b03bcb5a8d
added a macosx friendly search function.
2002-06-13 14:25:45 +00:00
jmunro
14c1df7431
fix for search function trying ASCII when CHARSET fails. bug #552288
2002-05-28 00:17:49 +00:00
Ondřej Surý
a8c1c80685
Added new config flag 'allow_charset_search' for those unfortunate using
...
other charset than US-ASCII with server which doesn't support it.
2002-05-10 12:50:41 +00:00
stekkel
e387fb1dbb
Move away the sqimap_get_flags_list call because now
...
sqimap_get_small_header_list provides the flags.
2002-05-01 11:01:59 +00:00
graf25
50e60444d9
8-bit searches are now possible -- using literals instead of quotes as per
...
RFC 2060.
2002-04-05 04:09:04 +00:00
graf25
2eba205b79
Adding a strtoupper() call to make sure that charsets are passed to the imap
...
server in uppercase. Uw-imap seems to think that iso-8859-1 and ISO-8859-1
are two different things.
2002-04-01 04:49:55 +00:00
indiri69
9dedf6a01d
Added more of Jon Tai's fixes.
...
Also made some formatting and spelling corrections.
2002-03-18 23:21:43 +00:00
jmunro
aae73e13be
removed left-over quote, thanks Jim Hranicky
2002-03-15 16:36:39 +00:00
simond
17f36392d0
Clear out tabs for proper spaces
2002-03-02 20:31:04 +00:00
philippe_mingo
76b37919d6
"Marc Groot Koerkamp" <marc@its-projects.nl> patch for greek enconding.
2002-02-25 18:54:20 +00:00
jmunro
c748eb1af1
fixed bug with multiple terms and UW
2002-02-12 14:58:09 +00:00
philippe_mingo
e8f634a376
One more intl.
2002-02-10 09:02:35 +00:00
philippe_mingo
8bc0e5a3fb
This commit contains several syntax fix.
...
- Pontus: Don't use tabs 8-)
- Jason, please pay atention at the changes. Mostly
internationalization stuff and " to ' changes. Also
leave E_ALL only in PHP.INI into the reporting error options.
That way you'll get on screen all the compilation warnings
in order to remove them.
2002-02-10 08:58:51 +00:00
jmunro
ffe810d713
fix enter button to submit form with certain browsers. Thanks Ryan
2002-02-08 18:05:37 +00:00
jmunro
f4b1128ae3
small changes/fixes. duplicate searches are not saved in recent table.
2002-02-07 04:52:51 +00:00
philippe_mingo
e8cc3b2b13
Tylerization
2002-02-06 11:10:56 +00:00
jmunro
bc4e6fc00d
toggle all is back for a single folder
...
search only.
jason
2002-02-02 22:13:17 +00:00
jmunro
6948af31c4
Improved "all folder" output display
...
removed "toggle all" for now
Its not done, but its better
jason
2002-02-01 17:04:50 +00:00
Thijs Kinkhorst
46e29148e7
Replaced ereg_replace with str_replace on several occasions, should be faster.
2002-01-29 00:07:50 +00:00
philippe_mingo
e2b9d55341
"Jason Munro" <jason@stdbev.com>
...
I missed a spot on the "multiple search terms" change.
2002-01-26 06:09:46 +00:00
teepe
31ea957b8b
search on multiple terms, with patch of Jason Munro
2002-01-25 16:21:08 +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
228080ecb5
Modifications to respect way back to search from reading.
2002-01-04 14:10:03 +00:00
philippe_mingo
95824c7e13
Dave Huang <khym+skwirl@azeotrope.org> html format reporting
2001-12-27 08:05:31 +00:00
thomppj
1e2a9cc5d0
Getting ready for 1.2.0 release.
2001-12-23 07:42:40 +00:00
philippe_mingo
d25367056c
This should show the toggle all link into the searchs results.
2001-12-21 09:21:33 +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
6d0500ab82
Some rearranging
2001-10-25 14:17:43 +00:00
philippe_mingo
09481c9b5a
Fixed imap search bug.
...
Updated Spanish strings.
2001-10-12 10:50:19 +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
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
d8f247a7bc
Silly typos
2001-06-27 16:36:48 +00:00
Luke Ehresman
1a27b719ff
Added IMAP speed imrpovements from the guys at XS4ALL
2001-06-22 15:52:06 +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