I am trying to implement Email SMTP notifications in my application using libCurl in C.
Before sending notification, i want to check for RFC 822 compliance on both FROM and TO addresses.
Currently i am able to do it using JNI (JAVA javax.mail.internet.InternetAddress class)