You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Raphael Ouazana (Jira)" <se...@james.apache.org> on 2019/10/23 09:05:00 UTC

[jira] [Commented] (JAMES-2928) GenericMailet does not have a consistent precondition policy

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

Raphael Ouazana commented on JAMES-2928:
----------------------------------------

Fixed by https://github.com/linagora/james-project/pull/2780

> GenericMailet does not have a consistent precondition policy
> ------------------------------------------------------------
>
>                 Key: JAMES-2928
>                 URL: https://issues.apache.org/jira/browse/JAMES-2928
>             Project: James Server
>          Issue Type: Improvement
>    Affects Versions: 3.2.0
>            Reporter: Gautier DI FOLCO
>            Priority: Trivial
>
> GenericMailet does not have a consistent precondition policy leading to a tedious developer experience.
>  
> For example:
> {code:java}
> getInitParameter(String name)
> {code}
> does not have precondition
> while
> {code:java}
> boolean getInitParameter(String name, boolean defaultValue)
> {code}
> have a kind of precondition



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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