You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2022/12/02 03:31:20 UTC

[GitHub] [james-project] vttranlina commented on a diff in pull request #1331: JAMES-3754 RFC-5819 IMAP4 Extension for Returning STATUS Information in Extended LIST

vttranlina commented on code in PR #1331:
URL: https://github.com/apache/james-project/pull/1331#discussion_r1037755114


##########
protocols/imap/src/main/java/org/apache/james/imap/encode/ListingEncodingUtils.java:
##########
@@ -19,13 +19,16 @@
 
 package org.apache.james.imap.encode;
 
+import static org.apache.james.imap.api.ImapConstants.NAME_ATTRIBUTE_SUBSCRIBED;
+
 import java.io.IOException;
 import java.nio.charset.StandardCharsets;
 
 import org.apache.james.imap.api.ImapCommand;
 import org.apache.james.imap.api.ImapConstants;
 import org.apache.james.imap.api.process.MailboxType;

Review Comment:
   remove unused:
   `import org.apache.james.imap.api.process.MailboxType;`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org