Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test search conditions #198

Merged
merged 2 commits into from
Sep 28, 2017
Merged

Test search conditions #198

merged 2 commits into from
Sep 28, 2017

Conversation

Slamdunk
Copy link
Collaborator

@Slamdunk Slamdunk commented Sep 28, 2017

  • Test each search condition against a real dovecot service
  • Test UTF-8 characters
  • Map exact imap_search manual condition keys
  • Implement BCC and CC conditions
  • Add RawExpression condition to allow arbitrary user criteria
  • Handle Unknown criterion imap errors
  • Escape spaces in conditions
  • Escape double-quotes in conditions WARNING unable to escape spaces and double-quotes together; the default behaviour is to escape spaces only, which are more common. A dedicated test has been marked as incomplete.
  • Test OR condition WARNING unable to have a server that implements OR condition. A dedicated test has been marked as incomplete.

BC Breaks

  1. Ddeboer\Imap\Search\Date\{After => Since}
  2. Ddeboer\Imap\Search\Email\{FromAddress => From}
  3. Double-quotes are not escaped anymore (they have never been functioning anyway)

@Slamdunk Slamdunk added this to the 1.0 milestone Sep 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant