aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-imap-stream.c
Commit message (Collapse)AuthorAgeFilesLines
* moved camel-imap-stream.* to providers/imapJeffrey Stedfast2000-06-071-208/+0
| | | | | | added providers/imap/camel-imap-summary.c svn path=/trunk/; revision=3456
* Changed the read and write method prototypes to return an ssize_t typeJeffrey Stedfast2000-06-071-0/+208
2000-06-06 Jeffrey Stedfast <fejj@helixcode.com> * camel-stream.[c,h]: Changed the read and write method prototypes to return an ssize_t type rather than an int and also changed the 'number of bytes' to read or write to a size_t type * camel-stream-fs.c: same as above * camel-stream-mem.c: again, same as above * camel-stream-buffer.c: same * camel-imap-stream.[c,h]: Added this new stream, cache's previously read data so each successive call will instead read from the cache svn path=/trunk/; revision=3450