Updated
Showing
1 changed file
with
23 additions
and
0 deletions
1 | 2007-07-18 Wojciech Polak <polak@gnu.org> | 1 | 2007-07-18 Wojciech Polak <polak@gnu.org> |
2 | 2 | ||
3 | Added support for new protocols: POPS (pops://) | ||
4 | and IMAPS (imaps://). | ||
5 | |||
6 | * include/mailutils/registrar.h: Register new protocols: | ||
7 | mu_pops_record and mu_imaps_record. | ||
8 | * libproto/imap/folder.c (_imaps_record, mu_imaps_record): Added. | ||
9 | (folder_imap_open): Handle IMAPS connection. | ||
10 | * libproto/imap/mbox.c (_mailbox_imap_and_imaps_init): New function. | ||
11 | (_mailbox_imaps_init): Likewise. | ||
12 | (_mailbox_imap_init): Call _mailbox_imap_and_imaps_init. | ||
13 | * libproto/include/imap0.h (_f_imap): Added new variable imaps. | ||
14 | * libproto/include/registrar0.h (MU_IMAPS_PORT, MU_IMAPS_SCHEME) | ||
15 | (MU_IMAPS_SCHEME_LEN): Added new constants. | ||
16 | (MU_POPS_PORT, MU_POPS_SCHEME, MU_POPS_SCHEME_LEN): Likewise. | ||
17 | * libproto/pop/folder.c (_pops_record, mu_pops_record): Added. | ||
18 | * libproto/pop/mbox.c (_pop_data): Added new variable pops. | ||
19 | (_mailbox_pop_and_pops_init): New function. | ||
20 | (_mailbox_pops_init): Likewise. | ||
21 | (_mailbox_pop_init): Call _mailbox_pop_and_pops_init. | ||
22 | (pop_open): Handle POPS connection. | ||
23 | |||
24 | 2007-07-18 Wojciech Polak <polak@gnu.org> | ||
25 | |||
3 | * libproto/mailer/Makefile.am (libmu_mailer_la_SOURCES): | 26 | * libproto/mailer/Makefile.am (libmu_mailer_la_SOURCES): |
4 | Added url_sendmail.c and url_smtp.c. | 27 | Added url_sendmail.c and url_smtp.c. |
5 | * libproto/mailer/url_sendmail.c: Moved from mailbox/url_sendmail.c. | 28 | * libproto/mailer/url_sendmail.c: Moved from mailbox/url_sendmail.c. | ... | ... |
-
Please register or sign in to post a comment