[jira] [Commented] (GERONIMO-6800) MimeBodyPart.setText ignores subtype

2021-10-07 Thread Jean-Louis Monteiro (Jira)


[ 
https://issues.apache.org/jira/browse/GERONIMO-6800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17425427#comment-17425427
 ] 

Jean-Louis Monteiro commented on GERONIMO-6800:
---

[~Argannor] can you please sign the iCLA and send it over to 
secret...@apache.org

> MimeBodyPart.setText ignores subtype
> 
>
> Key: GERONIMO-6800
> URL: https://issues.apache.org/jira/browse/GERONIMO-6800
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: specs
>Reporter: Argannor
>Assignee: Francois Papon
>Priority: Minor
> Fix For: Javamail_1.6_1.0.1
>
> Attachments: setText-subtype-ignored.patch
>
>
> Hi there,
> the following method from MimeBodyPart in geonimo-javamail_1.6_spec ignores 
> the parameter subtype, and always sets the mime type to text/plain.
> {code:java}
> public void setText(final String text, String charset, final String subtype)
> {code}
> I've written a small patch, including a test case. Please let me know if I 
> need to sign any legal documents to donate this code.
> Kind regards
>  



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


[jira] [Commented] (GERONIMO-6800) MimeBodyPart.setText ignores subtype

2021-10-04 Thread Richard Zowalla (Jira)


[ 
https://issues.apache.org/jira/browse/GERONIMO-6800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17423891#comment-17423891
 ] 

Richard Zowalla commented on GERONIMO-6800:
---

Hi [~Argannor] - any news? Would love to see a new javamail release soon :)

> MimeBodyPart.setText ignores subtype
> 
>
> Key: GERONIMO-6800
> URL: https://issues.apache.org/jira/browse/GERONIMO-6800
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: specs
>Reporter: Argannor
>Assignee: Francois Papon
>Priority: Minor
> Fix For: Javamail_1.6_1.0.1
>
> Attachments: setText-subtype-ignored.patch
>
>
> Hi there,
> the following method from MimeBodyPart in geonimo-javamail_1.6_spec ignores 
> the parameter subtype, and always sets the mime type to text/plain.
> {code:java}
> public void setText(final String text, String charset, final String subtype)
> {code}
> I've written a small patch, including a test case. Please let me know if I 
> need to sign any legal documents to donate this code.
> Kind regards
>  



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


[jira] [Commented] (GERONIMO-6800) MimeBodyPart.setText ignores subtype

2021-08-30 Thread Francois Papon (Jira)


[ 
https://issues.apache.org/jira/browse/GERONIMO-6800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17406963#comment-17406963
 ] 

Francois Papon commented on GERONIMO-6800:
--

Hi [~Argannor]

Thanks for your contribution!

Can you provide a pull request on the github repository 
(https://github.com/apache/geronimo-javamail)?

If this is your first contribution, you have to sign the ICLA 
([https://www.apache.org/licenses/icla.pdf]) and send it to secret...@apache.org

> MimeBodyPart.setText ignores subtype
> 
>
> Key: GERONIMO-6800
> URL: https://issues.apache.org/jira/browse/GERONIMO-6800
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: specs
>Reporter: Argannor
>Priority: Minor
> Fix For: Javamail_1.6_1.0.1
>
> Attachments: setText-subtype-ignored.patch
>
>
> Hi there,
> the following method from MimeBodyPart in geonimo-javamail_1.6_spec ignores 
> the parameter subtype, and always sets the mime type to text/plain.
> {code:java}
> public void setText(final String text, String charset, final String subtype)
> {code}
> I've written a small patch, including a test case. Please let me know if I 
> need to sign any legal documents to donate this code.
> Kind regards
>  



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