[go: up one dir, main page]

Menu

[r68]: / trunk / man / libmail.3  Maximize  Restore  History

Download this file

25 lines (24 with data), 1.9 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.\" This file is part of libmail.
.\"
.\" (c) 2009 - Dimitris Mandalidis <mandas@users.sourceforge.net>
.\"
.\" libmail is free software: you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation, either version 3 of the License, or
.\" (at your option) any later version.
.\"
.\" libmail is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with libmail. If not, see <http://www.gnu.org/licenses/>.
.TH LIBMAIL 3 "2009-06-20" "version 0.3" "libmail - A mail handling library"
.SH NAME
libmail - A mail handling library
.SH DESCRIPTION
libmail is an open-source C library which intends to help developers when
adding mail checking capabilities into their applications.
.SH "SEE ALSO"
.BR "imap4_authenticate" "(3), " "imap4_check" "(3), " "imap4_connect" "(3), " "imap4_disconnect" "(3), " "libmail_deinit" "(3), " "libmail_init" "(3), " "libmail_init_imap4_mailbox" "(3), " "libmail_init_pop3_mailbox" "(3), " "libmail_strerror" "(3), " "maildir_check" "(3), " "mbox_check" "(3), " "pop3_authenticate" "(3), " "pop3_check" "(3), " "pop3_connect" "(3), " "pop3_disconnect" "(3), " "set_imap4_auth_type" "(3), " "set_imap4_hostname" "(3), " "set_imap4_inet_family" "(3), " "set_imap4_mailbox" "(3), " "set_imap4_password" "(3), " "set_imap4_port" "(3), " "set_imap4_security_level" "(3), " "set_imap4_username" "(3), " "set_mailbox_location" "(3), " "set_maildir_location" "(3), " "set_pop3_auth_type" "(3), " "set_pop3_hostname" "(3), " "set_pop3_inet_family" "(3), " "set_pop3_password" "(3), " "set_pop3_port" "(3), " "set_pop3_security_level" "(3), " "set_pop3_username" "(3)."