More things to the Mime package.
[apps/madmutt.git] / lib-mime / rfc822parse.c
2007-03-29 Pierre Habouzitadd some lua in the mime module as well.
2007-03-27 Pierre Habouzitturn charset into a lua package as well.
2006-12-03 Pierre Habouzitsmall reorg.
2006-12-01 Pierre Habouzitmore documentation.
2006-11-29 Pierre Habouzitsimplifications around mutt_is_message_type
2006-11-28 Julien DanjouUse good m_ functions, because it smell like a flower...
2006-11-26 Pierre Habouzitremove a mutt-ng thing that makes no sense at all.
2006-11-26 Pierre Habouzitlots of simplifications.
2006-11-26 Julien DanjouUse m_strncmp instead of strncmp
2006-11-26 Pierre Habouzitmake mutt_match_spam_list a generic rx function: rx_lis...
2006-11-17 Pierre Habouzitrationnalize includes a lot:
2006-11-16 Pierre Habouzitsort out some prototypes, put them where they belong.
2006-11-16 Pierre Habouzitctors/dtors for BODY's
2006-11-16 Pierre Habouzitmove all the parameter related functions into the lib...
2006-11-15 Pierre Habouzitmove mutt_get_parameter -> parameter_getval into mime.c
2006-11-15 Pierre Habouzitfinish the "read" of charset.c
2006-11-14 Pierre Habouzitdrop the ad-hoc TZ parse, non-rfc822 compliant dates...
2006-11-13 Pierre Habouzitremove most of the debug code: often makes the code...
2006-11-13 Pierre Habouzitrework includes a bit
2006-11-13 Pierre Habouzitrationalize list handling in mutt a bit.
2006-11-12 Pierre Habouzitmove url.[hc] into the lib-lib.
2006-11-11 Pierre Habouzitmove debug.c
2006-11-08 Pierre Habouzitoops, we don't need that. fix a regression in <esc>e
2006-11-08 Pierre Habouzitlast rewrite in rfc822parse.c
2006-11-08 Pierre Habouzitsimplify count_body_parts drastically.
2006-11-08 Pierre Habouzitgeneralize the idea of tokens a bit more, don't restric...
2006-11-07 Pierre Habouzitsimplifications
2006-11-07 Pierre HabouzitSimplications go on.
2006-11-06 Pierre Habouzitreplace the pathetic mutt_parse_rfc822_line function...
2006-11-06 Pierre Habouzitreorganize code so that the rfc822parse.c does not...
2006-11-06 Pierre Habouzitsimplify mutt_parse_date
2006-11-06 Pierre Habouzittypo
2006-11-06 Pierre Habouzitmore simplifications and header moves
2006-11-05 Pierre Habouzitsimplify parse_parameters tokenizer
2006-11-05 Pierre Habouzituse my own APIS for headers, parameters and so on
2006-11-05 Pierre Habouzitsimplify mutt_parse_references
2006-11-05 Pierre Habouzitrewrite mutt_read_rfc822_header to have a more consiste...
2006-11-05 Pierre Habouzitrework some includes
2006-11-05 Pierre Habouzitforgotten config.h inclusion
2006-11-05 Pierre Habouzitmove rfc822 related types into lib-mime/mime-types...
2006-11-05 Pierre Habouzitmove parse.c into rfc822parse.c in the lib-mime as...