k-9/k9mail-library/src/main/java/com/fsck/k9/mail/store/imap/UntaggedHandler.java

6 lines
129 B
Java
Raw Normal View History

2014-12-18 05:24:43 -05:00
package com.fsck.k9.mail.store.imap;
interface UntaggedHandler {
void handleAsyncUntaggedResponse(ImapResponse response);
}