<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://support.4thefile.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://support.4thefile.com/feed.php">
        <title>4theFile Support Wiki</title>
        <description></description>
        <link>https://support.4thefile.com/</link>
        <image rdf:resource="https://support.4thefile.com/_media/wiki/dokuwiki-128.png" />
       <dc:date>2026-04-20T01:21:50+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://support.4thefile.com/4thefile_api_reference?rev=1294179590&amp;do=diff"/>
                <rdf:li rdf:resource="https://support.4thefile.com/4thefile_api?rev=1289253207&amp;do=diff"/>
                <rdf:li rdf:resource="https://support.4thefile.com/del_collection_resource?rev=1288974255&amp;do=diff"/>
                <rdf:li rdf:resource="https://support.4thefile.com/get_collection_details?rev=1288967369&amp;do=diff"/>
                <rdf:li rdf:resource="https://support.4thefile.com/get_collection_resources?rev=1291329276&amp;do=diff"/>
                <rdf:li rdf:resource="https://support.4thefile.com/get_collections?rev=1289259421&amp;do=diff"/>
                <rdf:li rdf:resource="https://support.4thefile.com/get_resource_details?rev=1288970836&amp;do=diff"/>
                <rdf:li rdf:resource="https://support.4thefile.com/home?rev=1288986369&amp;do=diff"/>
                <rdf:li rdf:resource="https://support.4thefile.com/perl_client_library?rev=1320953643&amp;do=diff"/>
                <rdf:li rdf:resource="https://support.4thefile.com/put_collection_resource?rev=1288973865&amp;do=diff"/>
                <rdf:li rdf:resource="https://support.4thefile.com/resource_attachment_list?rev=1294177803&amp;do=diff"/>
                <rdf:li rdf:resource="https://support.4thefile.com/sidebar?rev=1424282826&amp;do=diff"/>
                <rdf:li rdf:resource="https://support.4thefile.com/start?rev=1424282895&amp;do=diff"/>
                <rdf:li rdf:resource="https://support.4thefile.com/tech_support_contacts?rev=1424277955&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://support.4thefile.com/_media/wiki/dokuwiki-128.png">
        <title>4theFile Support Wiki</title>
        <link>https://support.4thefile.com/</link>
        <url>https://support.4thefile.com/_media/wiki/dokuwiki-128.png</url>
    </image>
    <item rdf:about="https://support.4thefile.com/4thefile_api_reference?rev=1294179590&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-01-04T22:19:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>4thefile_api_reference</title>
        <link>https://support.4thefile.com/4thefile_api_reference?rev=1294179590&amp;do=diff</link>
        <description>4theFile API Reference

Introduction

The 4theFile API is a REST-style API that uses simple standard technologies: HTTP requests with Basic auth, and XML or JSON response content. The API is designed primarily to allow developers and maintainers of web applications to easily provide an email interface to their applications and integrate the list of submitted emails into their application's interface</description>
    </item>
    <item rdf:about="https://support.4thefile.com/4thefile_api?rev=1289253207&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-11-08T21:53:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>4thefile_api</title>
        <link>https://support.4thefile.com/4thefile_api?rev=1289253207&amp;do=diff</link>
        <description>The 4theFile API Overview

The 4theFile API provides RESTful web services for use in integrating 4theFile with other web-based applications. The API has the following features:

	*  all communication via HTTP or HTTPS
	*  authentication via HTTP Basic auth</description>
    </item>
    <item rdf:about="https://support.4thefile.com/del_collection_resource?rev=1288974255&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-11-05T16:24:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>del_collection_resource</title>
        <link>https://support.4thefile.com/del_collection_resource?rev=1288974255&amp;do=diff</link>
        <description>DELETE /collections/:collectionkey/resources/:resourcekey.format

DELETE /collections/:collectionkey/resources/:resourcekey.format removes a resource you own from a collection. It does not delete the resource from 4theFile

	*  response formats supported: .xml, .json</description>
    </item>
    <item rdf:about="https://support.4thefile.com/get_collection_details?rev=1288967369&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-11-05T14:29:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>get_collection_details</title>
        <link>https://support.4thefile.com/get_collection_details?rev=1288967369&amp;do=diff</link>
        <description>GET /collections/:collectionkey.format

GET /collections/:collectionkey.format returns the details on collection :collectionkey

	*  response formats supported: .xml, .json
	*  query parameters: none
	*  Curl command line: 
curl -u user:apikey https://4thefile.com/api_v1/collections/ESuVkqZF.xml</description>
    </item>
    <item rdf:about="https://support.4thefile.com/get_collection_resources?rev=1291329276&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-12-02T22:34:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>get_collection_resources</title>
        <link>https://support.4thefile.com/get_collection_resources?rev=1291329276&amp;do=diff</link>
        <description>GET /collections/:collectionkey/resources.format

GET /collections/:collectionkey/resources.format returns the list of resources in collection :collectionkey

	*  response formats supported: .xml, .json
	*  query parameters: 
		*  per_page (optional - max resources to return at once, default 30)</description>
    </item>
    <item rdf:about="https://support.4thefile.com/get_collections?rev=1289259421&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-11-08T23:37:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>get_collections</title>
        <link>https://support.4thefile.com/get_collections?rev=1289259421&amp;do=diff</link>
        <description>GET /collections.format

returns the list of collections owned by you.

	*  response formats supported: .xml, .json
	*  query parameters: none
	*  Curl command line: 
curl -u user:apikey https://4thefile.com/api_v1/collections.xml

	*  example xml response:</description>
    </item>
    <item rdf:about="https://support.4thefile.com/get_resource_details?rev=1288970836&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-11-05T15:27:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>get_resource_details</title>
        <link>https://support.4thefile.com/get_resource_details?rev=1288970836&amp;do=diff</link>
        <description>GET /resources/:resourcekey.format

GET /resources/:resourcekey.format returns the details for resource :resourcekey.

	*  response formats supported: .xml, .json
	*  query parameters: none
	*  Curl command line: 
curl -u user:apikey https://4thefile.com/api_v1/resources/zdV2nhbL.xml</description>
    </item>
    <item rdf:about="https://support.4thefile.com/home?rev=1288986369&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-11-05T19:46:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>home</title>
        <link>https://support.4thefile.com/home?rev=1288986369&amp;do=diff</link>
        <description>Welcome...

to the 4theFile Support Wiki

This wiki provides help and documentation on various aspects of the 4theFile software. 

Contact Technical Support

If you require technical assistance from a mostly-live humanoid, please contact Purplewire technical support

Search

&lt;html&gt;
&lt;form action=</description>
    </item>
    <item rdf:about="https://support.4thefile.com/perl_client_library?rev=1320953643&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-11-10T19:34:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>perl_client_library</title>
        <link>https://support.4thefile.com/perl_client_library?rev=1320953643&amp;do=diff</link>
        <description>Perl Client Library

reference implementation

This simple implementation illustrates how to use a low-level HTTP library to provide an object-oriented interface to the 4theFile API functionality. The users of the resulting module don't need to think about REST or HTTP; their interface is practically identical to what they would see if the 4theFile Resource data was stored in a local database on their server.</description>
    </item>
    <item rdf:about="https://support.4thefile.com/put_collection_resource?rev=1288973865&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-11-05T16:17:45+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>put_collection_resource</title>
        <link>https://support.4thefile.com/put_collection_resource?rev=1288973865&amp;do=diff</link>
        <description>PUT /collections/:collectionkey/resources/:resourcekey.format

We also support POST for this operation, due to better support for POST in some client libraries.

PUT /collections/:collectionkey/resources/:resourcekey.format assigns resource :resourcekey to collection :collectionkey provided that you own the resource, and that you either own the collection or the
collection allows public submissions (privacy=1). If the resource
previously belonged to a different collection it is removed from the
…</description>
    </item>
    <item rdf:about="https://support.4thefile.com/resource_attachment_list?rev=1294177803&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-01-04T21:50:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>resource_attachment_list</title>
        <link>https://support.4thefile.com/resource_attachment_list?rev=1294177803&amp;do=diff</link>
        <description>GET /resources/:resourcekey/attachments.format

GET /resources/:resourcekey/attachments.format returns a list of attachments and some metadata for resource :resourcekey. If the resource exists but has no attachments, the attachment_count will be 0 and there will be no attachment elements. If the :resourcekey does not exist, a 404 will be returned.</description>
    </item>
    <item rdf:about="https://support.4thefile.com/sidebar?rev=1424282826&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-02-18T18:07:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sidebar</title>
        <link>https://support.4thefile.com/sidebar?rev=1424282826&amp;do=diff</link>
        <description>4theFile Home

 Support Home

 Contact Tech Support

 4theFile FAQs

The 4theFile API

	*   The 4theFile API Overview
	*   The 4theFile API Reference
	*  Perl Client Library reference implementation</description>
    </item>
    <item rdf:about="https://support.4thefile.com/start?rev=1424282895&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-02-18T18:08:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://support.4thefile.com/start?rev=1424282895&amp;do=diff</link>
        <description>Welcome...

to the 4theFile Support Wiki

This wiki provides help and documentation on various aspects of the 4theFile system. 

Contact Technical Support

If you require technical assistance from a mostly-live humanoid, please contact Purplewire technical support

Search

&lt;html&gt;
&lt;form action=</description>
    </item>
    <item rdf:about="https://support.4thefile.com/tech_support_contacts?rev=1424277955&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-02-18T16:45:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>tech_support_contacts</title>
        <link>https://support.4thefile.com/tech_support_contacts?rev=1424277955&amp;do=diff</link>
        <description>Contact Tech Support

Call the support line, M-F, from 9am - 5pm ET at 315-234-0079 x345 or via email at: support@purplewire.com</description>
    </item>
</rdf:RDF>
