From 82849c6daf5e071c7511f8d8553bc42a099c70e5 Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 17 Sep 2008 01:52:42 +0000 Subject: implemented remote POP3 mailbox. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2031 ee746299-78ed-0310-b773-934348b2243d --- src/rpop3.h | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/rpop3.h (limited to 'src/rpop3.h') diff --git a/src/rpop3.h b/src/rpop3.h new file mode 100644 index 00000000..7f5d89a4 --- /dev/null +++ b/src/rpop3.h @@ -0,0 +1,34 @@ +/* + * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client + * Copyright (C) 1999-2008 Hiroyuki Yamamoto + * + * This program 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 2 of the License, or + * (at your option) any later version. + * + * This program 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 this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + +#ifndef __RPOP3_H__ +#define __RPOP3_H__ + +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + +#include + +#include "mainwindow.h" +#include "prefs_account.h" + +gint rpop3_account (PrefsAccount *account); + +#endif /* __RPOP3_H__ */ -- cgit v1.2.3