claws-mail/src/imap_gtk.h
Colin Leroy 8c6cb657ea 2005-06-02 [colin] 1.9.11cvs32
* src/imap.c
		Try to fix IMAP shortcomings:
		o Multithread imap_open()
		o allow offline-mode overriding instead of
		  just returning NULL
	* src/imap_gtk.c
	* src/imap_gtk.h
		Add a function to ask whether we want to
		override offline-mode for 10 minutes (one-shot
		asking was painful)
	* src/procheader.c
		Fix segfault when imap parser isn't happy about
		a missing {
2005-06-02 03:06:27 +00:00

28 lines
1,011 B
C

/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
* Copyright (C) 1999-2004 Hiroyuki Yamamoto & the Sylpheed-Claws Team
*
* 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 IMAP_GTK_H
#define IMAP_GTK_H
#include <glib.h>
void imap_gtk_init(void);
gboolean imap_gtk_should_override(void);
#endif /* IMAP_GTK_H */