diff options
-rw-r--r-- | src/vmime/utility/url.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/vmime/utility/url.hpp b/src/vmime/utility/url.hpp index 8dfa3c45..e8e818f0 100644 --- a/src/vmime/utility/url.hpp +++ b/src/vmime/utility/url.hpp @@ -35,7 +35,10 @@ namespace utility { /** This class represents a Uniform Resource Locator (a pointer - * to a "resource" on the World Wide Web). + * to a "resource" on the World Wide Web). It is meant to be only + * used in conjunction with vmime, as all URLs and URL components are + * interpreted as, or re-written into, Common Internet Scheme (RFC 1738 ยง3.1) + * form. (As such, it cannot be used with e.g. the mailto: scheme.) * * Format: * "protocol://[username[:password]@]host[:port][/path]" |