Commit graph

30 commits

Author SHA1 Message Date
stekkel
189db7bc35 Moved $imap_error_titles into sqimap_asearch_error_box because that's the only place that needs that error and it probably will stop a gettext error about a non existent _() function 2004-06-06 02:06:46 +00:00
stekkel
b0dfbb473f Cleanup indentation + spelling fix 2004-06-06 01:48:36 +00:00
stekkel
73045ee858 Fixed created search strings. 2004-06-06 01:43:35 +00:00
stekkel
abf6bbc461 Rewrite of internal message caching
Added paginator support for asearch
Added next/prev links in read_body to walk through search results
Added individual sort settings / mailbox
Added what I forgot to mention
2004-05-31 20:07:44 +00:00
alex-brainstorm
7621d836d1 Specifically avoid using SEARCH CHARSET "US-ASCII" because it happens although it should not 2004-05-05 19:27:45 +00:00
alex-brainstorm
6913bb939f 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
alex-brainstorm
239bc69bec Handle KMG for LARGER and SMALLER, and add default value for asearch_nz() 2004-04-30 22:54:10 +00:00
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
644750922c We don't support PHP 4.0.x anymore; update the docs to reflect that and
remove 4.0.x legacy code.
2004-03-11 19:34:43 +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
alex-brainstorm
8d260fef9e More PhpDocumentor works 2003-11-11 01:25:13 +00:00
alex-brainstorm
09cdb8af38 Take the thread type user setting in account 2003-11-11 00:35:06 +00:00
alex-brainstorm
ff7338aaf7 Added subfoldering from an idea/patch by Thomas Pohl xraven at users.sourceforge.net (thanks Thomas), added handling of broken imap connection in THREAD, some PhpDocumentor works. 2003-11-09 18:46:23 +00:00
alex-brainstorm
e99df48e43 Fix typo, add SIZE in SORT in case someone wants to do it 2003-11-06 14:02:48 +00:00
alex-brainstorm
fcd9a1dd57 Handle multiple SORT responses, and PhpDocumentor homework ;) 2003-11-06 02:15:04 +00:00
alex-brainstorm
d2e24723a7 Workaround for EIMS split response to SEARCH 2003-11-04 00:48:45 +00:00
alex-brainstorm
23bf6888c6 SORT and THREAD handling in search 2003-11-01 17:29:18 +00:00
Thijs Kinkhorst
336662934c Add some basic documentation, and remove some long-obsolete functions. 2003-10-29 19:58:06 +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
alex-brainstorm
c3f03aea85 Forgot global ;) 2003-07-29 10:24:20 +00:00
alex-brainstorm
dd794ea88a Removed the last code dependency on a specific version 2003-07-29 10:19:22 +00:00
alex-brainstorm
38ce5cc9f2 Reworked optional charset management. 2003-07-27 02:50:25 +00:00
alex-brainstorm
24f05a49bc Use sm_print_r() only if it exists, so the code can be backported. 2003-07-26 18:59:54 +00:00
alex-brainstorm
637c886d7f Dump debug info for mailbox select before it may fail 2003-07-26 02:06:32 +00:00
alex-brainstorm
e83198d1f1 Imap error management and 8bit chars encoding ;) 2003-07-24 18:51:59 +00:00
alex-brainstorm
f7a3fc6593 2 notices, \ needs literal 2003-07-11 09:53:35 +00:00
alex-brainstorm
df539395ae 2 more notices 2003-07-05 00:42:04 +00:00
tassium
873ce22eca Another patch from Alex to eliminate a notice with E_ALL. 2003-07-02 20:09:54 +00:00
tassium
abdf24c859 Required for the new advanced search. (Beginning with src/search.php v. 1.94) 2003-07-01 16:50:21 +00:00