-
Notifications
You must be signed in to change notification settings - Fork 8
/
default.plist
73 lines (73 loc) · 2.26 KB
/
default.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>configurations</key>
<array>
<dict>
<key>destinationURL</key>
<string>http://webmail.aol.com/mail/compose-message.aspx?to=[to]&[?]</string>
<key>name</key>
<string>AIM Mail</string>
</dict>
<dict>
<key>active</key>
<true/>
<key>destinationURL</key>
<string>https://mail.google.com/mail/?extsrc=mailto&url=mailto:[%to]%3f[%?]</string>
<key>name</key>
<string>Gmail</string>
</dict>
<dict>
<key>destinationURL</key>
<string>http://SITE/imp/compose.php?actionID=compose_expand_addr&to=[to]&[?]</string>
<key>name</key>
<string>Horde IMP</string>
</dict>
<dict>
<key>destinationURL</key>
<string>http://mail.live.com/mail/mail.aspx?rru=compose%3faction%3dcompose%26to%3d[%to]%26[%?]</string>
<key>name</key>
<string>Live Hotmail</string>
</dict>
<dict>
<key>destinationURL</key>
<string>http://SITE/exchange/USER/drafts/?cmd=new&mailtoaddr=[to]</string>
<key>name</key>
<string>Outlook</string>
</dict>
<dict>
<key>destinationURL</key>
<string>http://SITE/?_task=mail&_action=compose&to=mailto:[to]?[?]</string>
<key>name</key>
<string>Roundcube</string>
</dict>
<dict>
<key>destinationURL</key>
<string>http://SITE/src/mailto.php?emailaddress=[to]%3F[%?]</string>
<key>name</key>
<string>SquirrelMail</string>
</dict>
<dict>
<key>destinationURL</key>
<string>http://SITE/src/compose.php?send_to=[to]&send_to_cc=[cc]&send_to_bcc=[bcc]&subject=[subject]&body=[body]</string>
<key>name</key>
<string>SquirrelMail 2</string>
</dict>
<dict>
<key>destinationURL</key>
<string>http://compose.mail.yahoo.com/?To=[to]&Body=[body]&Subject=[subject]&Cc=[cc]&Bcc=[bcc]</string>
<key>name</key>
<string>Yahoo! Mail</string>
</dict>
<dict>
<key>destinationURL</key>
<string>http://SITE/zimbra/?view=compose&to=[to]&[?]</string>
<key>name</key>
<string>Zimbra</string>
</dict>
</array>
<key>currentDestination</key>
<string>https://mail.google.com/mail/?extsrc=mailto&url=mailto:[%to]%3f[%?]</string>
</dict>
</plist>