capability.c 168 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 #include "capability.h" STATUS imap_capability(Command *command) { if( command->args ) return BAD; fprintf(output, "* CAPABILITY IMAP4rev1\r\n"); return OK; }