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 "Gautier DI FOLCO (Jira)" <se...@james.apache.org> on 2019/10/22 09:29:00 UTC

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

Gautier DI FOLCO created JAMES-2928:
---------------------------------------

             Summary: 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


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