User contributions
From Mailutils
Jump to navigationJump to search- 19:01, 7 July 2014 diff hist -4 m Null stream →Null stream usage
- 18:52, 7 July 2014 diff hist +1 Mu scan datetime
- 18:50, 7 July 2014 diff hist +48 Htmlent
- 18:49, 7 July 2014 diff hist +31 Xml (filter)
- 18:48, 7 July 2014 diff hist -1 Xml (filter)
- 07:39, 7 July 2014 diff hist -2 Xml (filter)
- 07:38, 7 July 2014 diff hist -2 Xml (filter)
- 07:36, 7 July 2014 diff hist +1,138 N Xml (filter) Created page with "In encode mode, the <tt>xml</tt> filter converts input stream (which must contain valid UTF-8 characters) into a form suitable for inclusion into a XML or HTML document, i.e. it..."
- 08:26, 2 July 2014 diff hist -3 Htmlent
- 08:14, 2 July 2014 diff hist +9 Iconv (filter)
- 05:10, 2 July 2014 diff hist +574 Htmlent
- 05:08, 2 July 2014 diff hist +402 N Htmlent Created page with "'''Htmlent''' is a filter that converts characters '''<''', '''>''', and '''&''' to their corresponding [http://en.wikipedia.org/wiki/Character_entity_reference HTML entites] and..."
- 14:36, 22 December 2011 diff hist +34 m Mu →IMAP protocol commands
- 14:33, 22 December 2011 diff hist -2 Mu →Internal commands
- 14:33, 22 December 2011 diff hist +6 m Mu →Internal commands
- 14:32, 22 December 2011 diff hist +30 m Mu add div id
- 14:31, 22 December 2011 diff hist +4,373 Mu →imap
- 12:17, 17 December 2011 diff hist +31 Category:Date/Time Functions current
- 12:17, 17 December 2011 diff hist 0 Category:Date/Time Functions
- 12:15, 17 December 2011 diff hist +59 Category:Date/Time Functions
- 12:14, 17 December 2011 diff hist +909 N Category:Date/Time Functions Created page with "Mailutils date/time functions convert date/time between internal and human- or machine-readable representations in various formats. Special functions are provided for date calcu..."
- 11:59, 17 December 2011 diff hist 0 Mu scan datetime
- 11:58, 17 December 2011 diff hist +4,493 N Mu scan datetime Created page with "{{DISPLAYTITLE:mu_scan_datetime}} <syntaxhighlight lang="C"> #include <mailutils/datetime.h> int mu_scan_datetime (const char *input, const char *format, struct tm *tm, ..."
- 11:16, 17 December 2011 diff hist +425 N Mu datetime to utc Created page with "{{DISPLAYTITLE:mu_datetime_to_utc}} <syntaxhighlight lang="C"> #include <mailutils/datetime.h> time_t mu_datetime_to_utc (struct tm *tm, struct mu_timezone *tz); </syntaxhighli..." current
- 11:13, 17 December 2011 diff hist +94 Mu utc offset current
- 11:12, 17 December 2011 diff hist +319 N Mu utc offset Created page with "{{DISPLAYTITLE:mu_utl_offset}} <syntaxhighlight lang="C"> #include <mailutils/datetime.h> int mu_utc_offset (void); </syntaxhighlight> The <tt>mu_utc_offset</tt> function retu..."
- 11:10, 17 December 2011 diff hist +19 Mu datetime tz local →See also current
- 11:10, 17 December 2011 diff hist +396 N Mu datetime tz local Created page with "{{DISPLAYTITLE:mu_datetime_tz_local}} <syntaxhighlight lang="C"> #include <mailutils/datetime.h> void mu_datetime_tz_local (struct mu_timezone *tz); </syntaxhighlight> This fun..."
- 11:06, 17 December 2011 diff hist +1 Mu c streamftime →See also
- 11:06, 17 December 2011 diff hist +21 Mu c streamftime →See also
- 11:04, 17 December 2011 diff hist +403 N Mu datetime year days Created page with "{{DISPLAYTITLE:mu_datetime_year_days}} <syntaxhighlight lang="C"> #include <mailutils/datetime.h> int mu_datetime_year_days (int year); </syntaxhighlight> The <tt>mu_datetime_..." current
- 11:03, 17 December 2011 diff hist -1 Mu datetime dayofweek current
- 11:03, 17 December 2011 diff hist +12 Mu datetime julianday current
- 11:03, 17 December 2011 diff hist -1 Mu datetime dayofyear current
- 11:02, 17 December 2011 diff hist +566 N Mu datetime dayofyear Created page with "{{DISPLAYTITLE:mu_datetime_dayofyear}} <syntaxhighlight lang="C"> #include <mailutils/datetime.h> int mu_datetime_dayofyear (int year, int month, int day); </syntaxhighlight> ..."
- 10:59, 17 December 2011 diff hist 0 Mu datetime julianday
- 10:59, 17 December 2011 diff hist +525 N Mu datetime julianday Created page with "{{DISPLAYTITLE:mu_datetime_julianday}} <syntaxhighlight lang="C"> #include <mailutils/datetime.h> int mu_datetime_julianday (int year, int month, int day); </syntaxhighlight> ..."
- 10:56, 17 December 2011 diff hist +506 N Mu datetime dayofweek Created page with "{{DISPLAYTITLE:mu_datetime_dayofweek}} <syntaxhighlight lang="C"> #include <mailutils/datetime.h> int mu_datetime_dayofweek (int year, int month, int day); </syntaxhighlight> ..."
- 10:51, 17 December 2011 diff hist +647 N Mu strftime Created page with "{{DISPLAYTITLE:mu_strftime}} <syntaxhighlight lang="C"> #include <mailutils/datetime.h> size_t mu_strftime (char *buf, size_t size, const char *format, struct tm *tm); </syntaxh..."
- 10:51, 17 December 2011 diff hist +33 Mu c streamftime
- 10:45, 17 December 2011 diff hist +659 Mu c streamftime
- 10:33, 17 December 2011 diff hist +32 Mu c streamftime
- 10:31, 17 December 2011 diff hist +506 N Struct mu timezone Created page with "{{DISPLAYTITLE:struct mu_timezone}} The structure <tt>mu_timezone</tt> keeps time zone information. It is defined in <tt>mailutils/datetime.h</tt> as follows: <source lang="C">..."
- 10:26, 17 December 2011 diff hist +7 Mu c streamftime
- 10:25, 17 December 2011 diff hist +5,100 N Mu c streamftime Created page with "{{DISPLAYTITLE:mu_c_streamftime}} <syntaxhighlight lang="C"> int mu_c_streamftime (mu_stream_t str, const char *fmt, struct tm *input_tm, struct mu_timezone..."
- 00:12, 27 November 2011 diff hist +346 m Mu →Dump Formats
- 00:09, 27 November 2011 diff hist +9 Mu →Dump Formats
- 00:09, 27 November 2011 diff hist +309 m Mu →Dump Formats
- 00:02, 27 November 2011 diff hist 0 m Mu →Dump Formats
- 15:32, 21 November 2011 diff hist +174 Libmu dbm →Creating a Database Object