Updated
Showing
1 changed file
with
42 additions
and
0 deletions
1 | 2002-11-21 Sergey Poznyakoff | 1 | 2002-11-21 Sergey Poznyakoff |
2 | 2 | ||
3 | * mailbox/file_stream.c (_file_destroy): Bugfix. Do not close the | ||
4 | stream. | ||
5 | * imap4d/append.c (imap4d_append0): Simplified a lot. | ||
6 | |||
7 | * imap4d/testsuite/lib/imap4d.exp (default_imap4d_start): Save | ||
8 | imap4d spawn id in the global variable. | ||
9 | (default_imap4d_stop): Moved functionality from imap4d_exit | ||
10 | (imap4d_stop): Call default_imap4d_stop unless it has already | ||
11 | been called. | ||
12 | (imap4d_exit): Call imap4d_stop | ||
13 | * imap4d/testsuite/imap4d/anystate.exp: Call imap4d_stop at the | ||
14 | end. | ||
15 | * imap4d/testsuite/imap4d/append.exp: Likewise. | ||
16 | * imap4d/testsuite/imap4d/create.exp: Likewise. | ||
17 | * imap4d/testsuite/imap4d/examine.exp: Likewise. | ||
18 | * imap4d/testsuite/imap4d/expunge.exp: Likewise. | ||
19 | * imap4d/testsuite/imap4d/fetch.exp: Likewise. | ||
20 | * imap4d/testsuite/imap4d/list.exp: Likewise. | ||
21 | * imap4d/testsuite/imap4d/search.exp: Likewise. | ||
22 | * imap4d/testsuite/imap4d/x.exp: Likewise. | ||
23 | |||
24 | * mail/testsuite/lib/mail.exp (default_mail_start): Save | ||
25 | mail spawn id in the global variable. | ||
26 | (default_mail_stop): Moved functionality from mail_exit | ||
27 | (mail_stop): Call default_mail_stop unless it has already | ||
28 | been called. | ||
29 | (mail_exit): Call mail_stop | ||
30 | * mail/testsuite/mail/alias.exp: Call mail_stop at the end. | ||
31 | * mail/testsuite/mail/folder.exp: LIkewise. | ||
32 | * mail/testsuite/mail/read.exp: LIkewise. | ||
33 | * mail/testsuite/mail/send.exp: LIkewise. | ||
34 | * mail/testsuite/mail/tag.exp: LIkewise. | ||
35 | * mail/testsuite/mail/write.exp: LIkewise. | ||
36 | |||
37 | * pop3d/testsuite/lib/pop3d.exp: Fixed exit functions. | ||
38 | |||
39 | * mailbox/mailbox.c (mailbox_flush,mailbox_append_message) | ||
40 | (mailbox_save_attributes,mailbox_expunge): Return EACCES | ||
41 | if mailbox was open readonly. | ||
42 | |||
43 | 2002-11-21 Sergey Poznyakoff | ||
44 | |||
3 | * mailbox/parse822.c (parse822_quoted_string): Free qstr before | 45 | * mailbox/parse822.c (parse822_quoted_string): Free qstr before |
4 | returning error status. Otherwise, addresses like | 46 | returning error status. Otherwise, addresses like |
5 | "A wrong quote\" <addr@dom.ain> | 47 | "A wrong quote\" <addr@dom.ain> | ... | ... |
-
Please register or sign in to post a comment