VOOZH about

URL: https://addons.thunderbird.net/en-US/thunderbird/addon/webdav-for-filelink/

⇱ WebDAV for Filelink :: Add-ons for Thunderbird


Welcome to Thunderbird Add-ons.

Add extra features and styles to make Thunderbird your own.

Close

On the go?

Check out our Mobile Add-ons site.

Close
πŸ‘ Icon of WebDAV for Filelink

WebDAV for Filelink 1.5 Requires Restart

by Philipp Kewisch

Adds the possibility to use a WebDAV store for Filelink. With this extension you can link attachments to a WebDAV service, for example as provided by Apache's mod_dav or some public services.

Enjoy this add-on?

The developer of this add-on asks that you help support its continued development by making a small contribution.

Β« Β»

About this Add-on

This extension supports DAV quotas, but the feature is not provided by Apache's mod_dav by default. This may be different for other servers. For more information on webdav, see webdav.org.

To configure Apache's mod_dav to require authentication for writes but allow public access, you may use this configuration. GET and PROPFIND are still allowed.


DAV On
AllowOverride None
AuthUserFile /path/to/htpasswd
AuthType Basic
AuthName "DAV"
<Limit PUT POST DELETE PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
  Require valid-user
</Limit>
# No directory listing with GET method
Options -Indexes
# No directory listing with webdav PROPFIND method
RequestHeader set Depth 0

Version Information

Version 1.5 24.3 KiB Works with Thunderbird 14.0 - 45.*

See complete version history

close

Permissions

πŸ‘ [Warning]

Some add-ons ask for permission to perform certain functions. Since you’re in control of your Thunderbird, the choice to grant or deny these requests is yours.

Please note this add-on uses legacy technology, which gives it access to all browser functions and data without requesting your permission.

πŸ‘ Footer logo

Privacy Policy  |  Report Trademark or Copyright Infringement  |  Legal Notices  |  Report Misuse of Thunderbird Trademark  | Report a bug

Except where otherwise noted, content on this site is licensed under the
Creative Commons Attribution Share-Alike License v3.0 or any later version.