diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-02-05 08:25:22 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-02-05 08:25:22 +0000 |
| commit | ddb65db42d5673becc433d6b7593d192954d7c41 (patch) | |
| tree | a10ae12273dba501a571dc3826fe92c6a04d4437 /roundcubemail/tests/src | |
| parent | b6b17f80f9da8fb745392ed6e2cc1627418e2bd0 (diff) | |
- Fix handling of extended mailto links (with params) (#1486354)
git-svn-id: https://svn.roundcube.net/trunk@3249 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/tests/src')
| -rw-r--r-- | roundcubemail/tests/src/mailto.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roundcubemail/tests/src/mailto.txt b/roundcubemail/tests/src/mailto.txt new file mode 100644 index 000000000..e70b12de8 --- /dev/null +++ b/roundcubemail/tests/src/mailto.txt @@ -0,0 +1,8 @@ +<html> +<head></head> +<body> + +<a href="mailto:me@me.com?subject=this is the subject&body=this is the body">e-mail</a> + +</body> +</html>
\ No newline at end of file |
