S22.Imap.BadServerResponseException - IMAP xm003 BAD [CLIENTBUG] 命令语法错误
S22.Imap.BadServerResponseException - IMAP xm003 BAD [CLIENTBUG] Command syntax error
S22.Imap 有问题:
xm003 BAD [CLIENTBUG] Command syntax error
示例中的我的搜索条件:
IEnumerable<uint> uids = client.Search(SearchCondition.SentSince(new DateTime(2015, 10, 20)));
所有其他 SearchCondition 的工作正常。请帮助。
问题是 S22.Imap 在 SENTSINCE
搜索查询中发送格式不正确的日期字符串。
由于 S22.Imap 是一个死项目,我建议改用我的开源 MailKit 库。
希望对您有所帮助。
S22.Imap 有问题:
xm003 BAD [CLIENTBUG] Command syntax error
示例中的我的搜索条件:
IEnumerable<uint> uids = client.Search(SearchCondition.SentSince(new DateTime(2015, 10, 20)));
所有其他 SearchCondition 的工作正常。请帮助。
问题是 S22.Imap 在 SENTSINCE
搜索查询中发送格式不正确的日期字符串。
由于 S22.Imap 是一个死项目,我建议改用我的开源 MailKit 库。
希望对您有所帮助。