Hi
I try to search messages that came from specific email address, on outlook server.
I use Imap.search().where(Expression.From("test@exemple.com"))
I have in inbox emails from address "test@exemple.com", but this search return a empty list.
I looked on Envelope.From, and there a I have FromAddress field with exactly same text : "test@exemple.com", but in From field is other word not "test" or "exemple.com" or empty string.
Please make this test and you will see the bug.
Wait for a solution.
Thanks