summaryrefslogtreecommitdiff
path: root/camel/providers/imapx/camel-imapx-stream.h
Commit message (Collapse)AuthorAgeFilesLines
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-13/+11
|
* Convert IMAPX back to a loadable module.Matthew Barnes2013-10-311-0/+151
| | | | | | | | Since evolution-kolab is no longer active, convert the IMAPX provider back to a loadable module so that necessary changes can be made without affecting libcamel's public API. The IMAPX chapter of Camel's API documentation will remain, however.
* Split camel-imapx library and merge into camel so that providers can be ↵Chenthill Palanisamy2012-05-081-159/+0
| | | | written on top of imapx
* Coding style and whitespace cleanup.Matthew Barnes2010-10-031-1/+1
|
* Use GCancellable in all methods that may block.Matthew Barnes2010-09-281-2/+14
|
* Updated licenses for imapx to LGPLv2Chenthill Palanisamy2010-09-161-6/+8
|
* Add server tagprefix to imapx debug output messagesDavid Woodhouse2010-09-161-0/+1
| | | | There are still some messages without a prefix; we should fix those too
* Bug 628977 - crash in imapx_parse_uids() (Make stream buf grow automatically)David Woodhouse2010-09-081-0/+1
| | | | | | | | Instead of bailing out when we need a larger buffer, just grow it. Start with a 4-byte buffer, to ensure we exercise the reallocation code. After a little while (and before the release) we can bump that up to something more sensible like 4KiB.
* Remove redundant 'tokenptr' field from CamelIMAPXStreamDavid Woodhouse2010-09-081-1/+1
| | | | It never differs from tokenbuf, so just use that.
* Remove redundant 'tokenend' field from CamelIMAPXStreamDavid Woodhouse2010-09-081-1/+1
|
* Migrate from CamelException to GError.Matthew Barnes2010-07-081-8/+12
|
* Make camel_imapx_stream_number() return a guint64David Woodhouse2010-06-241-1/+1
| | | | | Some fields like UIDVALIDITY and MODSEQ may well be larger than can fit in a 32-bit value. RFC4551 makes this abundantly clear in its examples.
* Port Camel to GObject.Matthew Barnes2010-04-241-23/+67
|
* Lock down Camel headers.Matthew Barnes2010-04-021-4/+4
| | | | | Henceforth only <camel/camel.h> may be included from outside of Camel. This also applies to Camel's own provider modules.
* Bug 609393 - evolution crashed when clicked on search folderChenthill Palanisamy2010-02-091-6/+6
| | | | Change the function signatures adhering to the provider namespace.
* Coding style and whitespace cleanups.Matthew Barnes2010-01-301-1/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2009-10-241-18/+18
|
* Remove the structured exception handling as it may causeChenthill Palanisamy2009-10-221-8/+8
| | | | | resource leaks and turn out hard to maintain although it makes code a look lot cleaner.
* Initial commit - add imapx provider.Chenthill Palanisamy2009-09-301-0/+95