aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* The manual page now links to IANA for GSSAPI service names.Matthias Andree2010-10-222-2/+8
|
* Fix "antispam does not work"Sunil Shetye2010-10-213-12/+4
| pre { line-height: 125%; } td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } .highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# Set up command completion for zsh
#
fetchmailauthtypes=(password kerberos kerberos_v5)
fetchmailprotocols=(auto pop2 pop3 apop rpop kpop sdps imap imap-k4 imap-gss etrn)
function fetchmailformattedinterfaces ()
{ reply=(`ifconfig|perl -e '$/="";while(<>){s/[\r\n]//g;if(/^(\w+\d*).*inet addr:([\d\.]+)/){print "$1/$2\n";}}'`) }
function fetchmailcompctl ()
{ reply=(`awk '{ print $2 }' < ~/.fetchmailrc` `fetchmail --help 2>&1| cut -c 7-19 | sed "s/,//g"`) }
compctl -K fetchmailcompctl \
	-x "C[-1,-L|--logfile]" -f \
	-  "C[-1,-f|--fetchmailrc]" -f \
	-  "C[-1,-i|--idfile]" -f \
	-  "C[-1,-I|--interface]" -K fetchmailformattedinterfaces \
	-  "C[-1,-M|--monitor]" -K fetchmailformattedinterfaces \
	-  "C[-1,-p|--protocol]" -k fetchmailprotocols \
	-  "C[-1,-A|--auth]" -k fetchmailauthtypes \
	-  "c[-1,--plugin]" -m \
	-  "c[-1,--plugout]" -m \
	-- fetchmail
span title='2010-10-15 09:26:22 +0200'>2010-10-15
1-3/+3
|
* Remove AM_GNU_GETTEXT_VERSION to avoid @MKINSTALLDIRS@ issues on Ubuntu 10.10.Matthias Andree2010-10-151-1/+0
|
* Multidrop: Do not lose wildcard flag, allow asterisk anywhere.Matthias Andree2010-10-123-36/+42
|
* Updated website for 6.3.18.Matthias Andree2010-10-121-13/+14
|
* Find an.tmac definitions on FreeBSD 8.1.Matthias Andree2010-10-121-0/+1
|
* Enhance verbose logging in multidrop header parsing.Matthias Andree2010-10-121-3/+11
|
* Add release date.Matthias Andree2010-10-101-1/+1
|
* Update po/ files.Matthias Andree2010-10-1022-1387/+1404
|
* Bump versions in preparation of release.Matthias Andree2010-10-092-2/+2
|
* Mark Krb5 broken and deprecated.Matthias Andree2010-10-091-0/+4
|
* Revise NEWS file for upcoming 6.3.18.Matthias Andree2010-10-091-28/+36
|
* Return proper PS_AUTHFAIL if we don't get the right SASL challenge.Matthias Andree2010-10-091-0/+1
|
* POP3: autoprobe NTLM.Matthias Andree2010-10-093-19/+39
|
* NTLM: cancel properly in case of failure.Matthias Andree2010-10-091-4/+17
|
* GSSAPI: Be more tolerant about server's SASL challenge.Matthias Andree2010-10-091-2/+4
|
* Avoid compiling empty C files if NTLM is disabled.Matthias Andree2010-10-092-1/+5
|
* Merge branch 'master' of gitorious.org:fetchmail/fetchmailMatthias Andree2010-10-0911-122/+123
|\
| * Factor out common NTLM code.Matthias Andree2010-10-095-96/+88
| |
| * Remove excess assignment.Matthias Andree2010-10-091-2/+0
| |
| * Fix dead assignments.Matthias Andree2010-10-092-2/+2
| |
| * Fix missing initialization for make check.Matthias Andree2010-10-091-0/+2
| |
| * Fix Intel C++ var shadowing warnings.Matthias Andree2010-10-091-5/+5
| |
| * Fix missing prototype for norm_charmap.Matthias Andree2010-10-094-3/+12
| |
| * Fix Intel C++ warnings.Matthias Andree2010-10-091-16/+16
| |
* | Fix typo: cleartest -> cleartext.Matthias Andree2010-10-051-1/+1
| |
* | Fix excess boldface.Matthias Andree2010-10-051-1/+2
|/
* Make CompUserResp/CheckUserAuth fwd decls true prototypes.Matthias Andree2010-10-051-2/+2
|
* Degrade Debian Bug #531589Matthias Andree2010-10-051-5/+5
|
* Fix prototype warnings, remove unused functions.Matthias Andree2010-10-056-98/+28
|
* Fix typo, CRAM-Md5 -> CRAM-MD5, in -V mode.Matthias Andree2010-10-053-5/+5
| | | | Reported by Marcel Telka, marcel at telka.sk.
* Import updated translations.Matthias Andree2010-09-2723-6107/+6929
|
* Add missing LF.Matthias Andree2010-09-271-1/+1
|
* Format UID lists properly (in debug mode).Matthias Andree2010-09-271-4/+4
|
* Add Debian Bug #531589 assessment.Matthias Andree2010-09-271-0/+4
|
* Reduce verbosity of GSSAPI reporting.Matthias Andree2010-09-271-2/+4
|
* Validate challenge to AUTH[ENTICATE] GSSAPI and warn if malformed.Matthias Andree2010-09-271-0/+7
|
* Change comment.Matthias Andree2010-09-271-1/+1
|
* Revise FAQ R15 a little bit.Matthias Andree2010-09-271-1/+3
|