aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail-features.html
Commit message (Collapse)AuthorAgeFilesLines
* Samuel Leo's LMTP enhancement.Eric S. Raymond2000-12-061-2/+4
| | | | svn path=/trunk/; revision=2995
* The retry patch.Eric S. Raymond2000-12-011-2/+4
| | | | svn path=/trunk/; revision=2994
* David Taylor's fixes for the UIDL code.Eric S. Raymond2000-08-061-2/+6
| | | | svn path=/trunk/; revision=2943
* Added dropdelivered.Eric S. Raymond2000-07-231-2/+9
| | | | svn path=/trunk/; revision=2931
* Julian Haight's changes.Eric S. Raymond2000-06-071-3/+11
| | | | svn path=/trunk/; revision=2900
* Ready to merge in Julian Haight's changes.Eric S. Raymond2000-06-071-5/+7
| | | | svn path=/trunk/; revision=2899
* BeOS support.Eric S. Raymond2000-04-081-2/+5
| | | | svn path=/trunk/; revision=2866
* speed improvement by usingh SEARCH UNSEEN.Eric S. Raymond2000-04-071-2/+10
| | | | svn path=/trunk/; revision=2863
* We now match suffixes.Eric S. Raymond2000-03-131-3/+7
| | | | svn path=/trunk/; revision=2819
* Implemented support for RFC2177 IDLE command.Eric S. Raymond2000-03-061-3/+7
| | | | svn path=/trunk/; revision=2790
* LinuxWorld hacks.Eric S. Raymond2000-02-051-2/+6
| | | | svn path=/trunk/; revision=2729
* Reread .fetchmailrc when it's changed in daemon mode.Eric S. Raymond1999-12-211-2/+6
| | | | svn path=/trunk/; revision=2674
* IPv6 patches.Eric S. Raymond1999-12-191-3/+5
| | | | svn path=/trunk/; revision=2666
* This preliminary SSL patch goes to Mike.Eric S. Raymond1999-10-271-2/+7
| | | | svn path=/trunk/; revision=2643
* NTLM support integrated.Eric S. Raymond1999-09-141-2/+4
| | | | svn path=/trunk/; revision=2554
* CRAM-MD5 authentication support a la RFC2195.Eric S. Raymond1999-06-081-2/+4
| | | | svn path=/trunk/; revision=2485
* Enable expunge to controil POP2 and POP3 checkpointing.Eric S. Raymond1999-04-181-2/+7
| | | | svn path=/trunk/; revision=2439
* FreeBSD support.Eric S. Raymond1999-02-071-2/+4
| | | | svn path=/trunk/; revision=2376
* Make the mimedecode default TRUE.Eric S. Raymond1999-01-101-3/+4
| | | | svn path=/trunk/; revision=2346
* Typo fix.Eric S. Raymond1999-01-071-3/+3
| | | | svn path=/trunk/; revision=2342
* HTML cleanup.Eric S. Raymond1999-01-021-5/+4
| | | | svn path=/trunk/; revision=2310
* RFC1894 conformance.Eric S. Raymond1998-12-301-3/+3
| | | | svn path=/trunk/; revision=2297
* gcc -Wall cleanup.Eric S. Raymond1998-12-151-4/+6
| | | | svn path=/trunk/; revision=2278
* Added bouncemail.Eric S. Raymond1998-11-291-2/+4
| | | | svn path=/trunk/; revision=2230
* Internationalization support via GNU gettext().Eric S. Raymond1998-11-261-2/+4
| | | | svn path=/trunk/; revision=2208
* Gerald Britton's support for mixed Kerberos and Hesiod.Eric S. Raymond1998-11-171-2/+4
| | | | svn path=/trunk/; revision=2183
* Added BSMTP option.Eric S. Raymond1998-10-301-2/+4
| | | | svn path=/trunk/; revision=2152
* Now we can use --limit with daemon mode.Eric S. Raymond1998-10-161-3/+6
| | | | svn path=/trunk/; revision=2091
* Documentation improvements.Eric S. Raymond1998-10-091-3/+3
| | | | svn path=/trunk/; revision=2082
* Added experimental SDPS support.Eric S. Raymond1998-08-031-2/+6
| | | | svn path=/trunk/; revision=2034
* Brendan Cully's fixes for GSSAPI.Eric S. Raymond1998-06-041-3/+3
| | | | svn path=/trunk/; revision=1892
* Various minor fixes.Eric S. Raymond1998-05-271-2/+6
| | | | svn path=/trunk/; revision=1866
* Henrik Storner's patch to support mimedecode.Eric S. Raymond1998-03-201-5/+8
| | | | svn path=/trunk/; revision=1715
* Kerberos V support.Eric S. Raymond1998-03-031-2/+4
| | | | svn path=/trunk/; revision=1682
* *** empty log message ***Eric S. Raymond1998-02-241-2/+5
| | | | svn path=/trunk/; revision=1672
* IPv6 and IPSECEric S. Raymond1998-02-161-2/+4
| | | | svn path=/trunk/; revision=1631
* Doc fix.Eric S. Raymond1997-12-181-3/+3
| | | | svn path=/trunk/; revision=1578
* Note that GSSAPI is supported.Eric S. Raymond1997-12-151-2/+4
| | | | svn path=/trunk/; revision=1571
* Integrated RPA support.Eric S. Raymond1997-09-301-2/+5
| | | | svn path=/trunk/; revision=1444
* First pass at OPIE 2.32 support.Eric S. Raymond1997-09-251-3/+3
| | | | svn path=/trunk/; revision=1407
* Cope with Post Office/NTEric S. Raymond1997-09-241-3/+4
| | | | svn path=/trunk/; revision=1403
* Added some servers.Eric S. Raymond1997-09-231-2/+4
| | | | svn path=/trunk/; revision=1398
* Initial revisionEric S. Raymond1997-08-051-0/+135
svn path=/trunk/; revision=1231
n class="nt">ul> <li> <code>[=a=]</code> All letters in the same equivalence class as the letter <code>a</code>. <div class="fragment"><pre> trio_scanf("%[[=a=]b]\n", buffer); trio_scanf("%[[=a=][=b=]]\n", buffer); </pre></div></ul> Scanlist Character Class Expression ( <code>[</code>: :<code>])</code> [TRIO] Locale dependent (LC_CTYPE). Only one expression can appear inside the delimiters. <ul> <li> <code>[:alnum:]</code> Same as <code>[:alpha:]</code> and <code>[:digit:]</code> <li> <code>[:alpha:]</code> Same as <code>[:lower:]</code> and <code>[:upper:]</code> <li> <code>[:cntrl:]</code> Control characters <li> <code>[:digit:]</code> Decimal digits <li> <code>[:graph:]</code> Printable characters except space <li> <code>[:lower:]</code> Lower case alphabetic letters <li> <code>[:print:]</code> Printable characters <li> <code>[:punct:]</code> Punctuation <li> <code>[:space:]</code> Whitespace characters <li> <code>[:upper:]</code> Upper case alphabetic letters <li> <code>[:xdigit:]</code> Hexadecimal digits <div class="fragment"><pre> trio_scanf("%[[:alnum:]]\n", buffer); trio_scanf("%[[:alpha:][:digit:]]\n", buffer); </pre></div></ul> <b>RETURN</b> <b>VALUES</b> <p> <b>SEE</b> <b>ALSO</b> <p> <a class="el" href="group___printf.html#a0">trio_printf</a> <hr><h2>Function Documentation</h2> <a name="a0" doxytag="trio.c::trio_scanf"></a><p> <table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> int trio_scanf </td> <td class="md" valign="top">(&nbsp;</td> <td class="md" nowrap valign="top">const char *&nbsp;</td> <td class="mdname" nowrap>&nbsp; <em>format</em>, </td> </tr> <tr> <td></td> <td></td> <td class="md" nowrap>...&nbsp;</td> <td class="mdname" nowrap>&nbsp;</td> </tr> <tr> <td></td> <td class="md">)&nbsp;</td> <td class="md" colspan="2"></td> </tr> </table> </td> </tr> </table> <table cellspacing=5 cellpadding=0 border=0> <tr> <td> &nbsp; </td> <td> <p> Scan characters from standard input stream. <p> <dl compact><dt><b> Parameters: </b><dd> <table border=0 cellspacing=2 cellpadding=0> <tr><td valign=top><em>format</em>&nbsp;</td><td> Formatting string. </td></tr> <tr><td valign=top><em>...</em>&nbsp;</td><td> Arguments. </td></tr> </table> </dl><dl compact><dt><b> Returns: </b><dd> Number of scanned characters. </dl> </td> </tr> </table> <HR> <center class="copyright">Copyright (C) 2001 Bj&oslash;rn Reese and Daniel Stenberg.</center> </body> </html>