summaryrefslogtreecommitdiff
path: root/camel/providers/imapx/camel-imapx-stream.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-11/+9
* Convert IMAPX back to a loadable module.Matthew Barnes2013-10-311-0/+1021
* Split camel-imapx library and merge into camel so that providers can be writt...Chenthill Palanisamy2012-05-081-839/+0
* Coding style and whitespace cleanups.Matthew Barnes2011-09-031-11/+16
* Do not expose password in imapx logMilan Crha2011-08-301-1/+5
* Bug 656490 - imapx: Memory leak of stream tokenbufDavid Woodhouse2011-08-141-0/+1
* Remove camel_stream_reset().Matthew Barnes2011-07-051-9/+0
* Prefer g_seekable_seek() over camel_stream_reset().Matthew Barnes2011-07-051-1/+5
* Coding style cleanups.Matthew Barnes2011-05-081-7/+7
* Use GCancellable in all methods that may block.Matthew Barnes2010-09-281-38/+103
* Updated licenses for imapx to LGPLv2Chenthill Palanisamy2010-09-161-9/+9
* Add server tagprefix to imapx debug output messagesDavid Woodhouse2010-09-161-19/+19
* Move printf inside camel_imapx_debug() macro to make prefixes easierDavid Woodhouse2010-09-161-21/+21
* Bug 629726 - Increase imapx starting buffer size to 4KiBDavid Woodhouse2010-09-151-1/+1
* Coding style cleanups.Matthew Barnes2010-09-131-64/+64
* Coding style and whitespace cleanups.Matthew Barnes2010-09-111-1/+0
* Bug 628977 - crash in imapx_parse_uids() (Make stream buf grow automatically)David Woodhouse2010-09-081-37/+54
* Remove redundant 'tokenptr' field from CamelIMAPXStreamDavid Woodhouse2010-09-081-9/+9
* Remove redundant 'tokenend' field from CamelIMAPXStreamDavid Woodhouse2010-09-081-1/+0
* Increase maximum token size to 8KiBDavid Woodhouse2010-09-071-2/+2
* imapx: Ensure imapx_stream_fill() sets the error on zero-sized read.David Woodhouse2010-07-121-0/+7
* Migrate from CamelException to GError.Matthew Barnes2010-07-081-57/+75
* Make camel_imapx_stream_number() return a guint64David Woodhouse2010-06-241-2/+2
* Allow debugging to be enabled with CAMEL_DEBUG environment variableDavid Woodhouse2010-06-241-2/+2
* NUL-terminate literal strings when tokenisingDavid Woodhouse2010-06-231-0/+2
* Port Camel to GObject.Matthew Barnes2010-04-241-65/+66
* Merge some cleanup bits from camel-gobject.Matthew Barnes2010-04-131-3/+3
* Merge miscellaneous cleanups from camel-gobject.Matthew Barnes2010-04-061-3/+3
* Lock down Camel headers.Matthew Barnes2010-04-021-2/+0
* Fix Gtk-Doc syntax in function block comments.Matthew Barnes2010-03-141-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2010-03-071-1/+1
* Hide debug messagesChenthill Palanisamy2010-03-011-15/+19
* Bug 609393 - evolution crashed when clicked on search folderChenthill Palanisamy2010-02-091-41/+41
* Fixes a crash in select - imapx.Chenthill Palanisamy2009-12-081-1/+1
* Sync up the store summary and rename labels for backward, thunderbirdChenthill Palanisamy2009-12-071-1/+0
* Serializes the connect, notify new messages to UI, fixes a crash - imapxChenthill Palanisamy2009-11-301-1/+1
* Parse namespaces. fix warnings.Chenthill Palanisamy2009-11-041-15/+17
* Coding style and whitespace cleanup.Matthew Barnes2009-10-241-63/+63
* Remove the structured exception handling as it may causeChenthill Palanisamy2009-10-221-50/+45
* Initial commit - add imapx provider.Chenthill Palanisamy2009-09-301-0/+728