Re: Search Issues

2015-09-30 Thread Janos SUTO
Hello Stephen, On 2015-09-30 16:37, srisin...@meintl.com wrote: We received a request to pull emails to-or-from three emails from a certain date forward. We tried several different search methods, and I used the Sphinx advanced search criteria to come up with something like the following:

Re: Pilerimport - periodical import

2015-09-30 Thread Janos SUTO
Hello, On 2015-09-30 18:42, Federico wrote: if I use pilerimport from an external IMAP mailbox, does it retrieve *every time* all the messages or it will keep track of the index number of the already downloaded one? In other terms, the "de-duping" is done before importing or after importing?

RE: Search Issues

2015-09-30 Thread srisinger
Thanks for the followup, guys! James, I implemented what you talked about from Issue 601. I think that will definitely help! Janos, we can do multiple searches if MailPiler can't handle a complex search like we were attempting. (I don't know if other archivers can do it, either, so don't

Search Issues

2015-09-30 Thread srisinger
We received a request to pull emails to-or-from three emails from a certain date forward. We tried several different search methods, and I used the Sphinx advanced search criteria to come up with something like the following: (from: ema...@domain.com| ema...@domain.com |

Pilerimport - periodical import

2015-09-30 Thread Federico
Hi, I'm evaluating Mailpiler to understand if it is suitable to solve a specific problem. if I use pilerimport from an external IMAP mailbox, does it retrieve *every time* all the messages or it will keep track of the index number of the already downloaded one? In other terms, the "de-duping"

Re: Search Issues

2015-09-30 Thread James Macdonell
I ran into this bug too. There is a regular expression in webui/model/search/message.php that needs tweaking. https://bitbucket.org/jsuto/piler/issues/601 - $terms = preg_replace("/(\'|\"|\=|\>|\<)/", "", $terms); + $terms = preg_replace("/[^\w\s]/", "", $terms); On 09/30/2015