summaryrefslogtreecommitdiffstats
path: root/kioslaves/imap4/imaps.protocol
blob: 8d3ebac82efa49fc16ca2f3984fb03c5662b54de (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
[Protocol]
# The executable, of course
#### Temporary name
exec=kio_imap4
# protocol that will appear in URLs
#### This ioslave is temporarily named imaps, while imaps remains in tdebase
protocol=imaps

# input/output can be one of: filesystem, stream, none
input=stream
output=filesystem

# Headings for file listings?
listing=Name,Type,Size,Owner
deleting=true
linking=false
# For now, reading yes, writing no
reading=true
writing=false
# For now, no moving
moving=false

# Can be source protocol
source=true

# List of capabilities (e.g. special() commands)
Capabilities=Subscription,ACL,Quota

Icon=folder_inbox
DocPath=kioslave/imaps.html