Reading MIME messages in Java

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Reading MIME messages in Java

ThSITC
Hello there,
    has anybody of you already experimented in reading MIME messages in
NetRexx (or Java)?
When yes, what have been your experiences?

Thomas.

--
Thomas Schneider (Founder of www.thsitc.com) Member of the Rexx Languge
Asscociation (www.rexxla.org) Member of the NetRexx Developer's Team
(www.netrexx.org)

_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Thomas Schneider, Vienna, Austria (Europe) :-)

www.thsitc.com
www.db-123.com
Reply | Threaded
Open this post in threaded view
|

Re: Reading MIME messages in Java

Fernando Cassia-2
On Fri, Feb 17, 2012 at 08:43, Thomas Schneider
<[hidden email]> wrote:
> Hello there,
>   has anybody of you already experimented in reading MIME messages in
> NetRexx (or Java)?
> When yes, what have been your experiences?
>
> Thomas.

Thomas,

I read something about OpenJDK (JDK 8) adding support (API) fro Base64
encoding and decoding. So soon you won´t need external libs or
implementations to do mime encoding and decoding.

http://openjdk.java.net/jeps/135

http://jaxenter.com/plans-to-include-base64-api-in-openjdk-40370.html

In the meantime you might want to have a look here
http://migbase64.sourceforge.net/

FC

--
During times of Universal Deceit, telling the truth becomes a revolutionary act
- George Orwell


_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: Reading MIME messages in Java

ThSITC
Hello Fernando, thanks a lot for these links.
Thomas.
============================================================
Am 17.02.2012 22:08, schrieb Fernando Cassia:

> On Fri, Feb 17, 2012 at 08:43, Thomas Schneider
> <[hidden email]>  wrote:
>> Hello there,
>>    has anybody of you already experimented in reading MIME messages in
>> NetRexx (or Java)?
>> When yes, what have been your experiences?
>>
>> Thomas.
> Thomas,
>
> I read something about OpenJDK (JDK 8) adding support (API) fro Base64
> encoding and decoding. So soon you won´t need external libs or
> implementations to do mime encoding and decoding.
>
> http://openjdk.java.net/jeps/135
>
> http://jaxenter.com/plans-to-include-base64-api-in-openjdk-40370.html
>
> In the meantime you might want to have a look here
> http://migbase64.sourceforge.net/
>
> FC
>


--
Thomas Schneider (Founder of www.thsitc.com) Member of the Rexx Languge
Asscociation (www.rexxla.org) Member of the NetRexx Developer's Team
(www.netrexx.org)

_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Thomas Schneider, Vienna, Austria (Europe) :-)

www.thsitc.com
www.db-123.com