Questions tagged [rfc2368]

RFC 2368 issued by the IETF in 1998 is about "The mailto URL scheme"

Abstract from official RFC file:

This document defines the format of Uniform Resource Locators (URL) for designating electronic mail addresses. It is one of a suite of documents which replace RFC 1738, 'Uniform Resource Locators', and RFC 1808, 'Relative Uniform Resource Locators'. The syntax of 'mailto' URLs from RFC 1738 is extended to allow creation of more RFC 822 messages by allowing the URL to express additional header and body fields.

3 questions
1
vote
1 answer

Java mailto to MIME

Looking for a Java library to convert a mailto link to a MIME message, or at least fill in the parts of it that are contained within the mailto link. Only solution I've found (an SO question) involves use of Desktop which I'm pretty sure my…
djechlin
  • 59,258
  • 35
  • 162
  • 290
0
votes
0 answers

Java RFC2368 mailto parser

Possible Duplicate: Java mailto to MIME I've been looking for a Java mailto parser to no avail. There is mailTo.java which is perfect but requires Android SDK which I would rather not pull into this project (but may consider if that's the best I…
djechlin
  • 59,258
  • 35
  • 162
  • 290
0
votes
1 answer

send html content via outlook using javascript

I have one HTML page It contains table (it has three rows and two columns ) When i click button or link (anchor tag). I need the same data in the outlook with the To(email id) & Subject (any text) is that possible to do in javascript Regards M
maha2861
  • 27
  • 1
  • 2
  • 9