I'm trying to develop an interface to roundcube and would like to pass it a search query for a specific folder.

Does anyone know a proper way to do this over a HTTP GET request?

I've tried these queries after viewing the headers during the AJAX search query (*string* is the URL encoded search query):

https://roundcube/?_task=mail&_mbox=Archive&_action=search&_q=*string*

https://roundcube/?_task=mail&_filter=ALL&_q=*string*&_mbox=Archive&_remote=1&_action=search

Neither proved successful.

Any throughts?
_______________________________________________
Roundcube Users mailing list
[email protected]
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to