From 98928d96630b95565e62cab807b19f5fdc96e41d Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 20 Jun 2000 17:34:18 +0000 Subject: Now returns the last line of data that the server sends back as well. This 2000-06-20 Jeffrey Stedfast * providers/imap/camel-imap-store.c (camel_imap_command_extended): Now returns the last line of data that the server sends back as well. This is needed for commands like SELECT (like Peter pointed out). (camel_imap_command): No longer checks for SELECT (no need) * providers/imap/camel-imap-folder.c: Added namespace stuff which we will need later on... (imap_parse_subfolder_line): Convenience function for use in get_subfolder_names() (imap_get_subfolder_names): Updated. Also changed it to use LIST instead of LSUB (temporary change). svn path=/trunk/; revision=3646 --- camel/ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 693a9cd7fa..d0b26d44a4 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,10 +1,17 @@ 2000-06-20 Jeffrey Stedfast + * providers/imap/camel-imap-store.c (camel_imap_command_extended): + Now returns the last line of data that the server sends back as + well. This is needed for commands like SELECT (like Peter pointed + out). + (camel_imap_command): No longer checks for SELECT (no need) + * providers/imap/camel-imap-folder.c: Added namespace stuff which we will need later on... (imap_parse_subfolder_line): Convenience function for use in get_subfolder_names() - (imap_get_subfolder_names): Updated. + (imap_get_subfolder_names): Updated. Also changed it to use LIST + instead of LSUB (temporary change). 2000-06-19 Jeffrey Stedfast -- cgit v1.2.3