summaryrefslogtreecommitdiff
path: root/examples/Urls
blob: adcf3ae27b7ec622bb15c1f0d439194d50fdf55c (plain)
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
scheme:
scheme:/absolute/path
scheme:relative/path
scheme:///relative/path
scheme:////absolute/path

scheme://%75%73%65%72:%70%61%73%73@%68%6f%73%74

ftp://user:pass@host//a/path
ftp://:pass@host//a/path
ftp://user:@host//a/path
ftp://user:pass@//a/path
ftp://user:@//a/path
ftp://:@host//a/path
ftp://:pass@//a/path
ftp://:@//a/path
ftp://://a/path
ftp://@//a/path
ftp:////a/path

ftp://user:pass@host/a/path
ftp://:pass@host/a/path
ftp://user:@host/a/path
ftp://user:pass@/a/path
ftp://user:@/a/path
ftp://:@host/a/path
ftp://:pass@/a/path
ftp://:@/a/path
ftp://:/a/path
ftp://@/a/path
ftp:///a/path

pop://pop.example.net
pop://user@pop.example.net
pop://user:passwd@pop.example.net
pop://user;auth=*@pop.example.net
pop://pop.example.net:111
pop://user@pop.example.net:111
pop://user:passwd@pop.example.net:111
pop://user;auth=*@pop.example.net:111

imap://imap.example.net
imap://user@imap.example.net
imap://user:passwd@imap.example.net
imap://user;auth=*@imap.example.net
imap://imap.example.net:111
imap://user@imap.example.net:111
imap://user:passwd@imap.example.net:111
imap://user;auth=*@imap.example.net:111

imap://imap.example.net/mbox
imap://user@imap.example.net/mbox
imap://user:passwd@imap.example.net/mbox
imap://user;auth=*@imap.example.net/mbox
imap://imap.example.net:111/mbox
imap://user@imap.example.net:111/mbox
imap://user:passwd@imap.example.net:111/mbox
imap://user;auth=*@imap.example.net:111/mbox

imap://imap.example.net/mbox/user@host
imap://user@imap.example.net/mbox/user@host
imap://user:passwd@imap.example.net/mbox/user@host
imap://user;auth=*@imap.example.net/mbox/user@host
imap://imap.example.net:111/mbox/user@host
imap://user@imap.example.net:111/mbox/user@host
imap://user:passwd@imap.example.net:111/mbox/user@host
imap://user;auth=*@imap.example.net:111/mbox/user@host

ftp://ftp.example.org/mbox/user%40host
ftp://ftp.example.org:111/mbox/user%40host

Return to:

Send suggestions and report system problems to the System administrator.