if (contentText == null) {
contentText = getMessage().getContent().toString().toLowerCase();
}
return contentText.contains(phraseCaseInsensitive);
} catch (MessagingException e) {
throw new SieveMailException(e);
} catch (IOException e) {
throw new SieveMailException(e);
}
}