-
it has been integrated.
2010-01-03 23:34:02 UTC by hoa
-
it has been integrated.
2010-01-03 23:33:51 UTC by hoa
-
it has been integrated.
2010-01-03 23:33:42 UTC by hoa
-
hoa committed patchset 789 of module libetpan to the libEtPan! - a mail library CVS repository, changing 2 files.
2010-01-03 23:27:54 UTC by hoa
-
hoa committed patchset 788 of module libetpan to the libEtPan! - a mail library CVS repository, changing 3 files.
2010-01-03 23:24:38 UTC by hoa
-
hoa committed patchset 787 of module libetpan to the libEtPan! - a mail library CVS repository, changing 13 files.
2010-01-03 22:45:24 UTC by hoa
-
The attached patch implements the IMAP QUOTA extension as defined in RFC2087. To achieve this, I had to make mailimap_atom_parse() and mailimap_number_parse() global (they were formerly declared static), since the QUOTA grammar refers to these elements. Also, this is against the libetpan-0.58 tarball (rather than CVS) because I don't know how to get autotools to work right. The patch appears to...
2009-12-21 06:51:20 UTC by hawk777
-
A function is called which allocates memory and returns NULL if that allocation fails. The return value of the function is assigned to (*result), but then (result) is checked for NULL rather than (*result).
2009-12-21 01:30:32 UTC by hawk777
-
Looking in src/low-level/imap/mailimap_extension.c, the function mailimap_extension_data_parse() returns MAILIMAP_ERROR_PARSE if mailimap_extension_list == NULL, but returns MAILIMAP_NO_ERROR if, after iterating through the list, every single extension returns MAILIMAP_ERROR_PARSE. It seems very odd that this function returns different values based on whether or not any external extensions are...
2009-12-21 00:22:24 UTC by hawk777
-
hoa committed patchset 786 of module libetpan to the libEtPan! - a mail library CVS repository, changing 2 files.
2009-12-19 01:19:05 UTC by hoa