c - How to validate Email address to check RFC822 compliance using libCurl -


i trying implement email smtp notifications in application using libcurl in c.

before sending notification, want check rfc 822 compliance on both , addresses.

currently able using jni (java javax.mail.internet.internetaddress class)

http://www.w3.org/protocols/rfc822/


Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

collision detection - C++ library for mesh to mesh intersection: what is available? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -