[ 
https://issues.apache.org/jira/browse/JAMES-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13983948#comment-13983948
 ] 

Eric Charles commented on JAMES-1545:
-------------------------------------

That's probably the top of the iceberg. IMAP protocol has grown independently 
of POP3 and SMTP. Those 2 lasts rely on the same base class while IMAP not.
When you submit your patch, just ensure that you are going to the POP3/SMTP 
framework direction. The goal is to have one single framework for all protocols.

> Anonymous ChannelPipelineFactory implementation in IMAPServer does not stop 
> timer
> ---------------------------------------------------------------------------------
>
>                 Key: JAMES-1545
>                 URL: https://issues.apache.org/jira/browse/JAMES-1545
>             Project: James Server
>          Issue Type: Bug
>          Components: IMAPServer
>    Affects Versions: 3.0-beta4
>            Reporter: Sebastian Tacke
>
> IMAP's timeout behavior differs from the other mail protocols, requiring a 
> specific idle timeout handler implementation. To achieve this the IMAPServer 
> has an anonymous implementation of netty's ChannelPipelineFactory with a 
> HashedWheelTimer instance. As the ChannelPipelineFactory interface does not 
> extend ExternalResourceReleasable, the HashedWheelTimer is not stopped when 
> the IMAPServer is shutdown. This causes the Server to hang until it is force 
> killed.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to