[ingo] bug in ingo

Kent Tong kent at cpttm.org.mo
Mon Feb 26 19:50:22 PST 2007


Hi,

Following up on a earlier post about ingo being unable to delete mails, in
fact, it can't even mark the mails as seen. The reason is that it is using
the EXAMINE imap command to open the inbox instead of SELECT. As a result,
the inbox will be marked as read-only. The protocol log is shown below.
I am using ingo1 (1.0.1-1sarge1) on Debian.

# <1172543865<00000008 EXAMINE INBOX
# >1172543865>* FLAGS (\Answered \Flagged \Draft \Deleted \Seen Junk NonJunk)
# * OK [PERMANENTFLAGS ()]
# * 2 EXISTS
# * 0 RECENT
# * OK [UNSEEN 2]
# * OK [UIDVALIDITY 1149562632]
# * OK [UIDNEXT 50118]
# 00000008 OK [READ-ONLY] Completed
# <1172543865<00000009 UID SEARCH UNDELETED SUBJECT [SPAM]
# >1172543865>* SEARCH 50116 50117
# 00000009 OK Completed (2 msgs in 0.000 secs)
# <1172543865<0000000a UID STORE 50116,50117 +Flags (\Seen)
# >1172543865>0000000a NO Permission denied
# <1172543865<0000000b STATUS INBOX (MESSAGES RECENT UNSEEN UIDNEXT)
# >1172543865>* STATUS INBOX (MESSAGES 2 RECENT 0 UIDNEXT 50118 UNSEEN 1)
# 0000000b OK Completed
# <1172543865<0000000c LOGOUT
# >1172543865>* BYE LOGOUT received
# 0000000c OK Completed




More information about the ingo mailing list