Searching / filtering undelete emails with RocksDB store #1932
-
|
The undelete emails function is likely to prove very useful, but at the moment there isn't a search or filter function, which limits its usefulness. The context in this case is that the emails disappeared from a group mailbox (folder), and I can't find anything in the logs to indicate whether it was user error or something else. In the undelete section of the UI there are too many pages of emails to check through unfortunately, so I've restored what I could a different way. There was the possibility of the data having been moved in error, so I had thought about globally searching all accounts for a string, but the store is RocksDB, and I've found that it doesn't seem to be an easy thing to query at present. I did look into the possibility of using a Python script in combination with the API to attempt a query, but I wasn't able to get beyond the authentication stage. Please does anyone have any bright ideas how I can manage this better in future if this sort of thing happens again?
I'd be interested to know what other people do, suggested best practice, etc. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Feel free to open an enhancement request with any suggestions. |
Beta Was this translation helpful? Give feedback.
Feel free to open an enhancement request with any suggestions.