Lines Matching refs:ERROR
450 return "[ERROR]";
728 note(ERROR, "imap: mesg %s", s);
748 note(ERROR, "imap: %d: internal error -- unknown operation", n);
782 note(ERROR, "imap: recv %d %s %d %s", op - imap->op, imapname(imapresponse, elementsof(imapresponse), op->code), op->count, s);
814 note(ERROR, "imap: mesg %s", s);
1061 note(ERROR, "imap: %s: unknown response", ap->value.name);
1093 note(ERROR, "imap: %s: unknown FETCH response", ap->value.name);
1155 note(ERROR, "imap: %d: operation never sent", wp - imap->op);
1166 note(ERROR, "imap: %d: operation not completed", wp - imap->op);
1173 note(ERROR, "imap: exec op %d count %d", op->code, op->count);
1223 note(ERROR, "(NOTE %d new message%s incorporated)", n, n == 1 ? "" : "s");
1227 note(ERROR, "(NOTE %d message%s delected by another session)", n, n == 1 ? "" : "s");
1299 note(ERROR, "imap: %s", ap->value.string);
1324 note(ERROR, "imap: lost server connection");
1427 note(ERROR, "imap: send %s", s);
1430 note(ERROR|SYSTEM, "imap: server send error");
1596 note(ERROR|SYSTEM, "imap: %s: cannot connect to service", svc);
1609 note(ERROR|SYSTEM, "imap: %s: cannot buffer service", svc);
1616 note(ERROR|SYSTEM, "imap: %s: service version %d.%d must be at least %d.%d", svc, imap->version, imap->revision, IMAP_VERSION, IMAP_REVISION);
1618 note(ERROR|SYSTEM, "imap: %s: service connect error", svc);
1632 note(ERROR|SYSTEM, "imap: %s: service authentication error", svc);
1666 note(ERROR, "imap: invalid pointer %p passed to free or realloc", obj);
1671 note(ERROR, "imap: storage allocator out of space on %lu byte request ( region %lu segments %lu busy %lu:%lu:%lu free %lu:%lu:%lu )", (size_t)obj, st.extent, st.n_seg, st.n_busy, st.s_busy, st.m_busy, st.n_free, st.s_free, st.m_free);
1689 note(ERROR|SYSTEM, "Out of space [imap]");
1696 note(ERROR|SYSTEM, "Out of space [imap state vm]");
1704 note(ERROR|SYSTEM, "Out of space [imap tmp string stream]");
1733 note(ERROR, "Held %d message%s in %s", n, n == 1 ? "" : "s", state.path.mail);
1735 note(ERROR, "No more messages in %s", state.path.mail);
1782 note(ERROR, "imap: %s: user name expected", name);
1843 note(ERROR, "imap: message %d id=%s content=%s type=%s encoding=%s name=%s size=%d/%d", m, pp->id, imapname(imapcontent, elementsof(imapcontent), pp->content), pp->type, pp->encoding, pp->name, pp->lines, pp->size);
1904 note(ERROR, "%s: unknown dump item", s);
2231 note(ERROR, "\"%s\" %s", name, counts(1, pp->lines, pp->size));
2260 note(ERROR, "No current message");
2267 note(ERROR, "No attachments in current message");
2322 note(ERROR, "%s: invalid attachment number", s);
2341 note(ERROR, "%d: attachment number out of range", i);
2347 note(ERROR, "%d: not an attachment", i);
2427 note(ERROR, "IMAP: smap_flags msg=%d flags=0x%04x op=%s", mp - state.msg.list + 1, flags, op);
2440 note(ERROR, "%d: message flags not updated", mp - state.msg.list + 1);
2486 note(ERROR, "imap: %s: invalid SEARCH expression", s);
2552 note(ERROR, "imap: support not enabled");