Commit e96bbfb5 e96bbfb5df3428c35f0f009d13e7fa4a6ba067c5 by Sergey Poznyakoff

Updated

1 parent 0107ff9e
Showing 1 changed file with 20 additions and 0 deletions
1 2002-08-01 Sergey Poznyakoff
2
3 * imap4d/util.c (util_msgset): Bugfix.
4
5 * imap4d/sync.c (notify_deleted): Implemented "immediate decrement
6 rule" required by RFC2060
7 Interchanged reset_uid() and notify(). Notify decides whether
8 and when reset_uid must be called.
9 (notify): Call reset_uid(). when necessary.
10 (reset_uid): Do not call notify().
11 (imap4d_sync): Call notify().
12
13 * imap4d/imap4d.h (fetch_flags0): New prototype.
14
15 * imap4d/fetch.c (fetch_flags0): New function. Produces untagged
16 fetch response for FETCH and STORE commands. If necessary outputs
17 also UID.
18 * imap4d/store.c (imap4d_store0): Use fetch_flags0.
19
20
1 2002-07-27 Sergey Poznyakoff 21 2002-07-27 Sergey Poznyakoff
2 22
3 * imap4d/fetch.c: Do not use strtok_r to parse header values (it 23 * imap4d/fetch.c: Do not use strtok_r to parse header values (it
......