File: FAQ

package info (click to toggle)
cadaver 0.23.3-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 4,352 kB
  • sloc: ansic: 45,852; sh: 3,440; makefile: 759; yacc: 291; sed: 27
file content (43 lines) | stat: -rw-r--r-- 1,294 bytes parent folder | download | duplicates (8)
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

Frequently Asked Questions
--------------------------

-> Why this horrible name? 

It's a play on words: WebDAV - DAV - caDAVer. Gettit?

-> Why not something... nicer?

Suggestions are very welcome: if you can come up with something
better, I'm willing to change the name.

-> Why doesn't the "edit" command work with gvim?

Because gvim forks and runs in the background by default.  Set the
EDITOR environment variable to "gvim -f", or put in ~/.cadaverrc

  set editor "gvim -f"

to make the edit command work properly.

(thanks to Joshua Penix <jpenix@projectdesign.com>)

-> How do I read my HotMail e-mail using cadaver?

Run:

./cadaver -t http://law14.oe.hotmail.com/cgi-bin/hmdata/foobar@hotmail.com/folders/ACTIVE/

replacing 'foobar' with your real account name. Login when prompted
using your username (without @hotmail.com) and your password.  Then
use 'ls' and you'll get a mailbox listing.  Use 'less' or 'cat' to
display message contents. 'cd ..' to get a list of your folders.

You MUST use the '-t' switch to cadaver since the HotMail servers
support a specific subset of DAV operations.  You MUST also have
built against libxml, otherwise you get XML encoding errors.

-> That's a really horrible way of reading e-mail though

Yup. Now go add WebDAV support to fetchmail.