-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mail search over multiple folders #1676
Comments
Owner changed by @alecpl on 16 Jun 2009 18:27 UTC => none |
Milestone changed by @alecpl on 16 Jun 2009 18:27 UTC 0.3-stable => later |
Comment by @alecpl on 9 Oct 2009 10:31 UTC |
Comment by serpico7456 on 2 Jul 2010 14:28 UTC This shouldn't really be a plugin, as it is part of the core functionality of most email clients, and frequently requested by our users. Additionally roundcubeplugin-allfoldersearch plugin has some pretty big issues:
|
Keywords changed by serpico7456 on 2 Jul 2010 14:28 UTC search |
Summary changed by @alecpl on 3 Jun 2011 11:05 UTC
Extended Mail Search |
Comment by swix on 14 Jul 2012 16:01 UTC It would be great if this could be added to a later release ! Some people migrating from Squirrelmail are missing this possibility, and the plugin has not changed since 2009... |
Comment by tirsales on 17 Dec 2012 16:17 UTC This would be a really really important feature .. the plugin doesn't work (at least not for me and with the current revision of RoundCube), so what would be needed in order to implement it? |
Comment by moltedopablo on 5 Feb 2013 14:15 UTC A lot of users are asking this feature that was in Squirrelmail. Unfortunately the plugin, although it's works, is really invasive to the core and doesn't allow to do any actions over the search results. Besides the search results doesn't show in what folder the mail is. We really think that this require to be added to the core functionality. |
Comment by Sucram on 8 Apr 2013 22:03 UTC Is this seriously not part of the core functionality yet. 5 years later? The plugin is not practical at all as it requires core file editing. |
Milestone changed by @alecpl on 8 Nov 2013 12:09 UTC later => 1.1-beta |
Comment by @thomascube on 5 Mar 2014 12:58 UTC Replying to Sucram:
Yes, obviously people prefer to complain about the missing feature rather than start contributing it. This is free software folks, so act accordingly and start hacking if you miss something. But for this particular features, we're actually working on it now. First results can be seen in the |
Comment by kezarjg on 6 Mar 2014 17:10 UTC Replying to thomasb:
I installed the development branch on my server, and tested it out a bit. I'm new to Roundcube, so please forgive my ignorance on any of these comments.
That's all for now. Thank you for working on this enhancement. It will be useful to me. |
Comment by smurf on 7 Mar 2014 20:05 UTC Firstly let me say thankyou so much for roundcube! You've done things really beautifully ( I'm talking about the code as much as the functionality ). People should stop to appreciate the huge effort that it takes to make an application as good as this.. and then stop to pinch yourself that someone has shared this wonderful thing freely with everybody - without regard to race, nationality, sex or species. Thomas,Alec and everybody else who has worked to polish this diamond for the benefit of the world - I salute you! Secondly. I'm really interested in making multi-folder search + multi-folder-thread view ( i.e. show all messages related to thread , regardless of folder ) work. PHP doesn't help by straight-jacketing the underlying IMAP interface. I would use python here in an ideal world , but needs must. BTW: I have just cloned the dev-multi-folder-search. I need to search for an e-mail address and then bring up all the correspondence ( in threaded views ) either To or From that address regardless of what folder it has been moved to. I might be some time ... ;0) Grateful for any tips! |
Comment by @alecpl on 23 Mar 2014 10:01 UTC Another one: |
Comment by @alecpl on 23 Mar 2014 11:00 UTC
|
Comment by @thomascube on 7 Apr 2014 10:52 UTC Replying to kezarjg:
True. It'll be added to the classic skin once the feature is complete.
The request timeout is set to 3 minutes. Maybe we'll have to extend that for multi-folder searches. But preferably the IMAP backend should be "improved" to perform better on searches.
Works for me.
Right. The "Folder" column is only displayed in certain cases and thus isn't listed as a "regular" col. I think we should keep it this way.
Confirmed and fixed.
Yes, that's not yet implemented. Problem is 4). What sort order to fall back when the column is hidden again?
Columns generally cannot be resized in the Roundcube UI.
Confirmed and fixed.
That's intended behavior. This way you can "refine" the search in a specific folder. Thanks a lot for testing and reporting! Please note that the feature has now been merged into git master. Thus for further testing, just use the master branch. |
Comment by @thomascube on 7 Apr 2014 14:27 UTC Replying to alec:
Should be fixed in e8cb516.
We just skip these in search mode. I consider the listing of search results a temporary state where this sort of updates can easily be skipped. |
Comment by @thomascube on 7 Apr 2014 14:32 UTC Replying to alec:
Should be fixed now.
Yes, it is. I observed other clients and most do preserve the search query when switching folders. Also this can be used to refine the results with results from only one folder. Will look into the title issue, though.
Will investigate this.
Fixed. |
Comment by @alecpl on 7 Apr 2014 17:31 UTC Here's a next set of problems from my recent tests: |
Comment by @alecpl on 8 Apr 2014 06:22 UTC
|
Comment by @alecpl on 8 Apr 2014 06:57 UTC 20a) I noticed that 20. happens when I use only search filter (no search text) for searching. |
Comment by @thomascube on 8 Apr 2014 08:58 UTC Replying to alec:
Fixed.
Works for me.
Fixed.
Fixed.
This is done when we want to display message headers in the list and thus we need all headers. I don't think we'd win much when we first fetch one header per message for sorting and then fetch all headers (again) for the set to be displayed. I assume the average search resultset be < 100 messages but maybe I'm wrong about that. |
Comment by @thomascube on 8 Apr 2014 09:01 UTC Replying to alec:
Works for me.
Fixed. |
Comment by @alecpl on 8 Apr 2014 09:37 UTC Great, I have some more: |
Comment by @thomascube on 8 Apr 2014 13:48 UTC Replying to alec:
True. But we don't have the information if a folder has childs available on the client.
True. But the search options drop-down clearly is part of the search box. I don't think one would expect it to interact with the filter selection. Moving it elsewhere would probably be required.
Mainly a UI issues. See 23) above.
You're too fast! Just fixed that in my last commit.
I successfully tested with moving and flagging but not with forwarding.[[BR]] Now fixed.
Fixed. |
Comment by @thomascube on 8 Apr 2014 13:51 UTC Renaming this ticket to represent the feature of searching over multiple folders. Let's track the other "advanced" searching aspects to other tickets: #1489488, #1488852 |
Summary changed by @thomascube on 8 Apr 2014 13:51 UTC
Mail search over multiple folders |
Comment by @thomascube on 8 Apr 2014 14:27 UTC Replying to alec:
Fixed. |
Comment by @alecpl on 14 Apr 2014 18:04 UTC I'm not sure it's related to multi-folder search changes, but these are regressions: |
Comment by @alecpl on 14 Apr 2014 18:12 UTC Ah, sorry, I forgot classic skin changes are to be done... Anyway maybe it's time to do this. |
Comment by @alecpl on 16 Apr 2014 07:22 UTC
|
Comment by @thomascube on 18 Apr 2014 14:18 UTC Replying to alec:
Unable to reproduce. |
Comment by @thomascube on 18 Apr 2014 14:39 UTC Replying to alec:
Fixed.
Both fixed in 26b5200. |
Comment by @thomascube on 18 Apr 2014 14:53 UTC Updated classic skin in 9429087. Closing this ticket as the basic functions are now available. Please open individual tickets for additional issues related to searching. |
Status changed by @thomascube on 18 Apr 2014 14:53 UTC new => closed |
Reported by tillkruess on 28 Jul 2008 15:36 UTC as Trac ticket #1485234
Roundcube needs as every good mail client does a search feature.
The user should be able to search in user-specified (sub)folders.
The request can take a few secounds, but if you have more than 1 folder, it is annoying to select each folder one by one and re-type your search string every time.
Keywords: search
Migrated-From: http://trac.roundcube.net/ticket/1485234
The text was updated successfully, but these errors were encountered: