[ 
https://issues.apache.org/jira/browse/EMAIL-146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Lehmann updated EMAIL-146:
------------------------------------
    Description: 
I am currently implementing a SMTP client for a platform that requires the 
network io operations to be asynchronous (vert.x), however the Email class and 
the subclasses work very well for creating the messages and storing the data 
like from and to addresses.
I would like to use the bounceAddress field in the client, but that is 
currently not possible since it has a setter but not a getter.
I have currently worked around this by subclassing SimpleEmail and adding the 
getter, but it would be better to have this in the normal class if possible.



> bounceAddress does not have a getter
> ------------------------------------
>
>                 Key: EMAIL-146
>                 URL: https://issues.apache.org/jira/browse/EMAIL-146
>             Project: Commons Email
>          Issue Type: Improvement
>    Affects Versions: 1.3.3
>            Reporter: Alexander Lehmann
>            Priority: Minor
>
> I am currently implementing a SMTP client for a platform that requires the 
> network io operations to be asynchronous (vert.x), however the Email class 
> and the subclasses work very well for creating the messages and storing the 
> data like from and to addresses.
> I would like to use the bounceAddress field in the client, but that is 
> currently not possible since it has a setter but not a getter.
> I have currently worked around this by subclassing SimpleEmail and adding the 
> getter, but it would be better to have this in the normal class if possible.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to