»About
»Credits
»Users Documentation
»Devel Documentation
»Installation Recipes
»Access TLA
»Browse TLA
»Download PigeonDeliver
»Courier
»Database Structure
»Debugging services
»Writing services
»Installation Reference
»IMAP and POP3 with PigeonDeliver
»Mail storage and mail formats
»Installation with Postfix
»Mailing List
»Chatting on IRC
»Other Contacts
SourceForge.net Logo
 HOME

services -- Writing PigeonDeliver 2.0 Services

This document describes how to write PigeonDeliver 2.0 Services. Its main purpose is to introduce programmers and users to the structure of PigeonDeliver Services. This document will be modified frequently, to reflect changes in the PigeonDeliver API. Each version of this document will refer to a particular family of PigeonDeliver releases that will be clearly declared at the beginning of the document. This version of the document refer to any known PigeonDeliver version.

    | Next || Last |

    This document was written as part of the documentation of the PigeonAir Project to provide help and support to users, system administrators or developers.

    While every effort has been made to ensure that the information is accurate at the time of publication, this document may contain errors, omissions, incongruences or wrong technical details. No liability for damages is accepted by the Author, the publishers or any other organization or person providing the information, arising from any errors or omissions that may appear, however caused.

    In case you find an error, you would like to propose better solutions than those discussed in this document or you would like to discuss an idea regarding this document or its content, we would be glad to hear from you and please feel free to contact us by writing to the <deliver-dev at ml.pigeonair.net> mailing list or by directly contacting one of the authors.

    This document is meant to introduce developers to the structure of PigeonDeliver services and to provide all the information that may be needed to write a PigeonDeliver service.

    This document assumes you are already familiar with the PigeonDeliver inner workings, installation and configuration, and no introductory details will be provided. The reader should thus have read all the introductory documents available on the internet site.

    This document was written by Carlo Contavalli <ccontavalli at masobit.net> and is thus Copyright (C) Carlo Contavalli 2003, 2004 and the PigeonAir Project.

    Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts.

    Any example of program code available in this document should be considered protected by the terms of the GNU General Public License.

    You should have received a copy of the GNU General Public License along with this document; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

    Trademarks are owned by their respective owners.

    | Next || Last |
    »PigeonAir Home
    »PigeonReader
    »PigeonAdmin
    »Postfix
    »Courier
    »OpenLDAP
    »Masobit Corporation

    Before starting
    What is a PigeonDeliver Service?
    Service provided methods
    Expected execution paths
    Error handling
    Starting to write a PigeonDeliver Service
    About Methods
    Error statuses
    PigeonDeliver API for Services