|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
Squirrelmail 1.4 API Documentation.The links on the website are broken to the API documentation. Can someone point me to a location where I can find documentation on the API? Thanks, Ted Hatfield PrismNet Ltd. IO.COM. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july ----- squirrelmail-plugins mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-plugins@... List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins |
|
|
Re: Squirrelmail 1.4 API Documentation.On 7/29/09, Ted Hatfield <ted@...> wrote:
> > The links on the website are broken to the API documentation. > > Can someone point me to a location where I can find documentation on the > API? API for what? Which links? I wouldn't say SquirrelMail has much of an API per se. More like a collection of functions that may or may not be useful to an outside application (mostly not). The standard documentation links are working, but you seem to be looking for something else...? The PHPDoc stuff? Fredrik or Jon might be able to speak to that. Also feel free to ask for advice on whatever it is you're trying to accomplish. -- Paul Lesniewski SquirrelMail Team Please support Open Source Software by donating to SquirrelMail! http://squirrelmail.org/donations.php ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july ----- squirrelmail-plugins mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-plugins@... List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins |
|
|
Re: Squirrelmail 1.4 API Documentation.On Wed, 29 Jul 2009, Paul Lesniewski wrote: > On 7/29/09, Ted Hatfield <ted@...> wrote: >> >> The links on the website are broken to the API documentation. >> >> Can someone point me to a location where I can find documentation on the >> API? > > API for what? Which links? I wouldn't say SquirrelMail has much of > an API per se. More like a collection of functions that may or may > not be useful to an outside application (mostly not). The standard > documentation links are working, but you seem to be looking for > something else...? The PHPDoc stuff? Fredrik or Jon might be able to > speak to that. Inside the SquirrelMail Developer's Manual, Section 4: Developing plugins Subsection 4.4: Hooks there are links to the 1.5 API Documentation and the 1.4 API Documentation. These links are broken. > > Also feel free to ask for advice on whatever it is you're trying to accomplish. > Specifically I am looking for what documentation is available on how squirrelmail stores and maniuplates the imap folder list, and what function calls are available to manipulate those folders. Thanks, Ted Hatfield PrismNet Ltd. IO.COM. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july ----- squirrelmail-plugins mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-plugins@... List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins |
|
|
Re: Squirrelmail 1.4 API Documentation.Most of SquirrelMail 1.4.x IMAP functions are not tagged with phpdoc tags. Mailbox functions are in functions/imap_mailbox.php You can generate API documentation yourself. You just have to install phpdoc and configure it to generate documentation from SquirrelMail scripts. If you have Pear support in PHP, I think 'pear install phpdoc' command should install phpdoc. You can find more information about phpdoc at http://www.phpdoc.org -- Tomas |
|
|
Re: Squirrelmail 1.4 API Documentation.>>>> The links on the website are broken to the API documentation.
>>>> >>>> Can someone point me to a location where I can find documentation on the >>>> API? >>> >>> API for what? Which links? I wouldn't say SquirrelMail has much of >>> an API per se. More like a collection of functions that may or may >>> not be useful to an outside application (mostly not). The standard >>> documentation links are working, but you seem to be looking for >>> something else...? The PHPDoc stuff? Fredrik or Jon might be able to >>> speak to that. >> >> Inside the SquirrelMail Developer's Manual, >> Section 4: Developing plugins >> Subsection 4.4: Hooks >> >> there are links to the 1.5 API Documentation and the 1.4 API >> Documentation. >> >> These links are broken. >> >>> >>> Also feel free to ask for advice on whatever it is you're trying to >>> accomplish. >>> >> >> Specifically I am looking for what documentation is available on how >> squirrelmail stores and maniuplates the imap folder list, and what >> function calls are available to manipulate those folders. >> > > Most of SquirrelMail 1.4.x IMAP functions are not tagged with phpdoc tags. > > Mailbox functions are in functions/imap_mailbox.php > > You can generate API documentation yourself. You just have to install phpdoc > and configure it to generate documentation from SquirrelMail scripts. If you > have Pear support in PHP, I think 'pear install phpdoc' command should > install phpdoc. > > You can find more information about phpdoc at http://www.phpdoc.org You can also look at other plugins that manipulate folders for code examples. Ask onlist if you need any of them sent to you. -- Paul Lesniewski SquirrelMail Team Please support Open Source Software by donating to SquirrelMail! http://squirrelmail.org/donations.php ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july ----- squirrelmail-plugins mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-plugins@... List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins |
|
|
Re: Squirrelmail 1.4 API Documentation.> The links on the website are broken to the API documentation.
That was because of the server compromise. They are fixed now. -- Fredrik Jervfors The SquirrelMail Project Please support Open Source Software by donating to SquirrelMail! http://squirrelmail.org/donations.php ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july ----- squirrelmail-plugins mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-plugins@... List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins |
| Free embeddable forum powered by Nabble | Forum Help |