Skip to content

Commit 009c537

Browse files
committed
melib/imap: add FIXME comment about imap-codec
Signed-off-by: Manos Pitsidianakis <[email protected]>
1 parent 26a8696 commit 009c537

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

melib/src/imap/untagged.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ impl ImapConnection {
365365
imap_log!(trace, self, "UID SEARCH RECENT returned no results");
366366
}
367367
Ok(v) => {
368+
// [ref:FIXME]: use imap_codec types instead of a raw command
368369
let command = {
369370
let mut iter = v.split(u8::is_ascii_whitespace);
370371
let first = iter.next().unwrap_or(v);

0 commit comments

Comments
 (0)