Now, it is the third release candidate from the Cyrus IMAP 3.0 series: 3.0.0-rc3. As a release candidate, it is considered near-stable for production usage. Interfaces, APIs, features, etc are not likely to change between now and the full release.
12 lines
505 B
C
12 lines
505 B
C
--- imap/http_client.h.orig 2016-04-11 02:02:11 UTC
|
|
+++ imap/http_client.h
|
|
@@ -57,7 +57,7 @@ struct body_t {
|
|
unsigned char framing; /* Message framing */
|
|
unsigned char te; /* Transfer-Encoding */
|
|
unsigned max; /* Max allowed len */
|
|
- ulong len; /* Content-Length */
|
|
+ unsigned long len; /* Content-Length */
|
|
struct buf payload; /* Payload */
|
|
};
|
|
|