We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66c8d56 + cb25f35 commit e5c02c0Copy full SHA for e5c02c0
1 file changed
lib/src/imap/imap_search.dart
@@ -249,7 +249,7 @@ class _TextSearchTerm extends SearchTerm {
249
250
class _DateSearchTerm extends SearchTerm {
251
_DateSearchTerm(String name, DateTime value)
252
- : super('$name "${DateCodec.encodeSearchDate(value)}"');
+ : super('$name ${DateCodec.encodeSearchDate(value)}');
253
}
254
255
/// Set the charset to UTF8
0 commit comments