/games/xtruco/

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
M2_2_2_2_1&id=71002d1544cdbcf825377602dd738c15f910b93b'>New function to return an array of all headers.
Dan Winship2001-05-171-0/+32
* Decode Content-Location, either correctly or Netscape-generated-brokenly.Dan Winship2001-05-121-0/+22
* Wrap the content-id with <>'s.Jeffrey Stedfast2001-05-101-2/+11
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-4/+7
* Add some internal progress reporting. (imap_rescan): Do some progressNot Zed2001-02-231-0/+1
* Add address headers to list that we dont fold when writing. The areNot Zed2001-02-131-1/+5
* Add missing header for cancel check stuff.Not Zed2001-02-021-3/+10
* Make the output a little prettier. Okay, so I'm anal...Jeffrey Stedfast2001-01-221-13/+0
* Remove this. It was only a thin wrapper around struct _header_content_typeDan Winship2000-12-291-15/+17
* Remove use of linewrap filter. Headers are now wrapped. encode_8bitMichael Zucci2000-12-111-2/+6
* Add a missed unref.Not Zed2000-11-291-2/+2
* Shite, -1 on error, >=0 on success. So i've just been truncating all theNot Zed2000-11-211-1/+1
* Implement a complete() function, now we need one. (filter): Upgraded toNot Zed2000-11-071-31/+24
* The correct fix this time - the description should be encoded here and notJeffrey Stedfast2000-10-191-1/+4
* No, we must not encode the headers here. These interfaces ARE rawNot Zed2000-10-181-27/+25
* Encode the header value. (add_header): Same.Jeffrey Stedfast2000-10-181-12/+20
* Removed temp_message_buffer, and content_input_stream fields which seem toNot Zed2000-10-121-7/+2
* Issue a warning if h->value is NULL.Miguel de Icaza2000-10-081-1/+9
* If a MIME part has no Content-Disposition, but does have a "name" on theDan Winship2000-09-061-4/+8
* Email should now display correctly in GtkHTMLLauris Kaplinski2000-09-011-2/+6
* (write_to_stream): Rearrange the logic so it always does charsetMichael Zucci2000-08-311-12/+20
* (write_to_stream): Fix some warnings/use the right constructor,Michael Zucci2000-08-311-2/+3
* Use the proper type checking function to check for text types.Not Zed2000-08-311-1/+13
* Fixed some warnings.Christopher James Lahey2000-08-111-0/+4
* Merge with camel-async.Peter Williams2000-08-111-48/+34
* flush the filter stream before unreffing it, so it willDan Winship2000-06-211-1/+3
* Deprecated.Jeffrey Stedfast2000-06-131-1/+2
* New filter to do CRLF<->LF conversion. (Currently only tested in theDan Winship2000-06-131-0/+6
* fix typo/braino (set "Content-Disposition", not "Content-Description")Dan Winship2000-06-061-2/+2
* Fixes Bug 192.Not Zed2000-06-021-1/+3
* > searchpart = strchr(namepart, '?');NotZed2000-05-201-15/+13
* remove get/set_output_stream operations. They're redundant withDan Winship2000-05-181-1/+1
* Big bunch o memleaks fixed.NotZed2000-05-121-0/+1
* fix a stupid typo. Thank you, C.Dan Winship2000-05-111-1/+0
* Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-091-12/+16
* Merged NEW_SUMMARY branch back to trunk, and resolved conflicts.NotZed2000-05-081-2/+34
* Make camel not leak like a sieve.Dan Winship2000-05-081-2/+4
* And same here ...NotZed2000-05-051-1/+0
* No, we're not going to have g_strcasecmp for no good reason,NotZed2000-05-041-4/+4
* s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael'sJacob Leach2000-05-031-4/+5
* > * providers/mbox/camel-mbox-search.cMichael Zucci2000-05-031-6/+0