tassium
|
350bbcd288
New hook function: boolean_hook_function(), which is used for hooks that want a true/false value from the plugins. Currently used in isSpecialMailbox()
|
hace 22 años |
alex-brainstorm
|
bf4258331a
advanced_tree: sort mailboxes naturally, handle special folders the same as in oldway (subs and hook)
|
hace 22 años |
alex-brainstorm
|
6486e173a2
replace htmlentities() with htmlspecialchars() since it is broken with non iso-8859-1 8bit chars
|
hace 22 años |
alex-brainstorm
|
1e7b52dd08
Mailbox names are html encoded in select/option and not trimmed out. Store noinferiors flag to be used in left_main advanced tree.
|
hace 22 años |
stekkel
|
3c428c2892
remove the % from the LSUB request because we do not need it.
|
hace 22 años |
stekkel
|
c6f51d497c
Disable \NoSelect flag for INBOX.
|
hace 22 años |
alex-brainstorm
|
e6cb0cca51
removed encode_mailbox_name() and changed calls since it is now in imap_general. removed INBOX name encoding. removed folder_prefix from forged LSUB INBOX response.
|
hace 22 años |
jangliss
|
0febb64ec6
Should have checked in further details what the possible side effects could
|
hace 22 años |
jangliss
|
206f1e8c13
When using sent subfolders, the special folder option is overruled because
|
hace 22 años |
alex-brainstorm
|
6b8f490b9f
oldway=false : Fix forged LSUB response triggered by new regexp, and internationalized INBOX display
|
hace 22 años |
alex-brainstorm
|
dab546e8da
Fix literal and duplicate mailbox names
|
hace 22 años |
stekkel
|
959de6649a
Remove check for INBOX. If inbox isn't in the LSUB response then it's
|
hace 22 años |
alex-brainstorm
|
7f62730491
fix mailbox list (noselect and array_values)
|
hace 22 años |
stekkel
|
dfe15394f6
Hopefully fixed pipelined responses, I did something stupid and didn't test
|
hace 22 años |
stekkel
|
0edf989acc
To many problems with this regex call. using \\\\ instead of \\ seems to
|
hace 22 años |
stekkel
|
f49d96086f
always check total messages for the trash_folder so we can show the putge
|
hace 22 años |
stekkel
|
7ae4125fda
request LIST calls / mailbox and STATUS info by using pipelined imap-calls.
|
hace 22 años |
stekkel
|
906c957d32
Make skiplist check casesensitive
|
hace 22 años |
stekkel
|
3dbb229eee
make use of sqimap_run_command instead of forbidden local fputs
|
hace 22 años |
jangliss
|
cf0854c003
UW sends \NoSelect in LIST and not in LSUB, which is perfectly fine by
|
hace 22 años |
stekkel
|
14794fc426
Do utf7 decode after we created the tree, otherwise we cannot match
|
hace 22 años |
jangliss
|
5d93559e5f
Now that I have seemed to have fixed the INBOX issue with courier/uw,
|
hace 22 años |
jangliss
|
1f53859766
Forgot that $lsub_ibx[0] would be unset if LSUB didn't return INBOX, so
|
hace 22 años |
stekkel
|
ff03b4283a
imap_utf7 decoding of mailboxes (mailbox-tree)
|
hace 22 años |
jangliss
|
3d391f4472
Eugh, this code is getting messy, can somebody verify this regex for me,
|
hace 22 años |
jangliss
|
55ecf21b0c
Back again... should have looked at my exchange window first... *grumbles*
|
hace 22 años |
jangliss
|
bde60ca9f9
UW can return a slightly different format for the LSUB when you step outside
|
hace 22 años |
jangliss
|
184bbe5507
Couple of tweaks... must include inbox otherwise it becomes an unselectable
|
hace 22 años |
jangliss
|
2d40cc0b02
Moved the INBOX check higher to save code duplication... something else in
|
hace 22 años |
Erin Schnabel
|
bdb5ae1bbd
Corrected display (on Courier at least) of mailboxes with INBOX
|
hace 22 años |