I have been given a list of people for email discovery. The list is like this:
joe@ourdomain.com, john@ourdomain.com, george@ourdomain.com...
jose@theirdomain.com, juan@theirdomain.com, jorge@theirdomain.com...
And they want to get all emails between the two parties for the given email addresses. In the ECP interface, it looks like I can only specify From -OR- To, and what I'm going for is From -AND- To. Is there a good way to do this without having to manually massage the data?