imapext-2007

view src/c-client/newsrc.h @ 0:ada5e610ab86

imap-2007e
author yuuji@gentei.org
date Mon, 14 Sep 2009 15:17:45 +0900
parents
children
line source
1 /* ========================================================================
2 * Copyright 1988-2006 University of Washington
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 *
11 * ========================================================================
12 */
14 /*
15 * Program: Newsrc manipulation routines
16 *
17 * Author: Mark Crispin
18 * Networks and Distributed Computing
19 * Computing & Communications
20 * University of Washington
21 * Administration Building, AG-44
22 * Seattle, WA 98195
23 * Internet: MRC@CAC.Washington.EDU
24 *
25 * Date: 12 September 1994
26 * Last Edited: 30 August 2006
27 */
30 /* Function prototypes */
32 long newsrc_error (char *fmt,char *text,long errflg);
33 long newsrc_write_error (char *name,FILE *f1,FILE *f2);
34 FILE *newsrc_create (MAILSTREAM *stream,int notify);
35 long newsrc_newstate (FILE *f,char *group,char state,char *nl);
36 long newsrc_newmessages (FILE *f,MAILSTREAM *stream,char *nl);
37 void newsrc_lsub (MAILSTREAM *stream,char *pattern);
38 long newsrc_update (MAILSTREAM *stream,char *group,char state);
39 long newsrc_read (char *group,MAILSTREAM *stream);
40 long newsrc_write (char *group,MAILSTREAM *stream);
41 char *newsrc_state (MAILSTREAM *stream,char *group);
42 void newsrc_check_uid (unsigned char *state,unsigned long uid,
43 unsigned long *recent,unsigned long *unseen);

UW-IMAP'd extensions by yuuji