aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-types.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove CamelStreamBufferedFs, since CamelStreamBuffer makes it redundant.Dan Winship2000-03-281-1/+0
| | | | | | | * Remove CamelStreamBufferedFs, since CamelStreamBuffer makes it redundant. svn path=/trunk/; revision=2188
* Function to read one line of any size from a stream and return it inDan Winship2000-03-241-0/+1
| | | | | | | | | | | * camel-stream-buffer.c (camel_stream_buffer_read_line): Function to read one line of any size from a stream and return it in allocated memory. Also add camel-stream-buffer.h to camel.h and CamelStreamBuffer to camel-types.h. svn path=/trunk/; revision=2152
* Add CamelTransport abstract class and CamelSendmailTransportDan Winship2000-02-251-0/+1
| | | | svn path=/trunk/; revision=1921
* New header with the typedefs for all camel classes. Now the class headersDan Winship2000-02-191-0/+57
* camel/camel-types.h: New header with the typedefs for all camel classes. Now the class headers can just include this and the header for the parent type. This makes it possible for CamelService to include a CamelSession without creating an #include loop. * camel/*: * composer/e-msg-composer-attachment-bar.h: * mail/folder-browser.c: * mail/message-list.c: frob #includes to match the new reality svn path=/trunk/; revision=1850