aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail-FAQ.html
Commit message (Collapse)AuthorAgeFilesLines
* 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 .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 */
../design-notes.html
letions'>-0/+2
|
* TLS overhaul, bumping version to 6.4Matthias Andree2015-01-261-12/+17
| | | | | | | | | | | | | | | Removes SSLv2, enables TLSv1.1 and v1.2 more easily, permits SSLv3 (only if specified) and newer TLSv1.1+ for STLS/STARTTLS. Only negotiates TLSv1 and newer by default, SSLv3 must now be specified explicitly, as a consequence of the POODLE attack. This is meant to be a minimally upgraded version, and cannot be usefully done as a 6.3.X release. It is strongly recommended that users review their configuration - especially --sslproto - per instructions in the NEWS file and manual page. It has changed semantics and in many cases --sslproto auto or perhaps --sslproto tls1.2+ should be used now.
* More berlios -> sourceforge changes.Matthias Andree2014-05-211-1/+1
|
* Convert most references from berlios.de to sourceforge.net.Matthias Andree2014-05-211-10/+10
| | | | Re-sign EN and SAs because that broke signatures.
* Update FAQ #G2, remove iBiblio link, add Gitorious and Sourceforge Git repos.Matthias Andree2014-02-141-3/+3
|
* Fix typo in 'you could [end] up' in FAQ.Matthias Andree2013-05-111-1/+1
| | | | Fixes Debian Bug#706776, submitted by David Lawyer.
* Fix typo in R15, and clarify.Matthias Andree2012-11-061-4/+5
|
* Add Google Mail links to section I9.Matthias Andree2011-04-131-0/+9
|
* Add R15 paragraph on updating fetchmail.Matthias Andree2010-10-161-0/+9
|
* Revise FAQ R15 a little bit.Matthias Andree2010-09-271-1/+3
|
* Fix typo in FAQ H3.Matthias Andree2010-09-251-1/+1
|
* Add FAQ item #R15 on authentication failures.Matthias Andree2010-09-251-0/+21
|
* Revise GSSAPI/Kerberos V documentation.Matthias Andree2010-09-251-5/+7
|
* Mention OpenSSL link exception.Matthias Andree2010-07-081-1/+3
|
* Clarify GPL is v2; fix link to FSF website gnu.org.Matthias Andree2010-07-081-2/+2
|
* Add R14 on c_rehash /certs/ after upgrade to OpenSSL 1.0.0.Matthias Andree2010-04-131-1/+28
|
* Extend documentation on recent OpenSSL fix.Matthias Andree2010-04-061-1/+1
|
* Update documents/scripts after SVN -> Git move.Matthias Andree2010-02-061-1/+1
|
* Mention that users should not make up information.Matthias Andree2009-08-241-1/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=5427
* Add rationale for direct body streaming to X10.Matthias Andree2009-08-181-6/+6
| | | | svn path=/branches/BRANCH_6-3/; revision=5419
* Add X10 on truncated message bodies.Matthias Andree2009-08-181-0/+21
| | | | svn path=/branches/BRANCH_6-3/; revision=5418
* Remove some of ESR's rants against commercial software; minor formatting fixes.Matthias Andree2009-08-181-55/+41
| | | | svn path=/branches/BRANCH_6-3/; revision=5417
* Add documentation on how to make EXIT CODE 1 not an error.Matthias Andree2009-06-201-2/+34
| | | | | | Fixes Debian Bug#530749, filed by Reuben Thomas. svn path=/branches/BRANCH_6-3/; revision=5361
* Add O17 on Linux's MSG_PEEK "Application bug" complaints.Matthias Andree2009-05-091-0/+7
| | | | | | In fact, these are linux kernel bugs, hopefully fixed in Linux 2.6.30. svn path=/branches/BRANCH_6-3/; revision=5299
* Fix trailing whitespace at EOL.Matthias Andree2009-04-291-6/+6
| | | | svn path=/branches/BRANCH_6-3/; revision=5274
* Point from mail list to #G3 item.Matthias Andree2009-04-291-2/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=5273
* Make document valid XHTML again.Matthias Andree2009-04-291-3/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=5272
* Rename G3 item so it includes support.Matthias Andree2009-04-291-3/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5271
* Revise FAQ G3 (support). Make intro more catchy.Matthias Andree2009-04-271-35/+22
| | | | | | | | | | | | | | Make the introduction a bit more catchy so as to guide people to G3 right away. In G3: - some information was given twice. Remove the duplication. - Add env LC_ALL=C so that people send in information in English and POSIX locale, we cannot handle i18n-ed reports. - Remove IMAP advocacy. Doesn't belong here, and ESR's IMAP-over-POP3 advocacy is neither technically substantiated nor warranted today. svn path=/branches/BRANCH_6-3/; revision=5270
* Insert missing C6. tag to C6 header in text body.Matthias Andree2009-02-181-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5266
* Revise section G5 on delete-after-N-days feature, point to contrib/.Matthias Andree2009-02-181-2/+5
| | | | svn path=/branches/BRANCH_6-3/; revision=5264
* Give G5 (delete after N days) a sensible title.Matthias Andree2009-02-061-3/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=5263
* Minor corrections in K5 (OpenSSL).Matthias Andree2008-04-241-3/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=5177
* Minor corrections, use <em> for strikethrough text sections.Matthias Andree2008-04-241-8/+6
| | | | svn path=/branches/BRANCH_6-3/; revision=5176
* Add notes about Google mail.Matthias Andree2008-04-241-0/+11
| | | | svn path=/branches/BRANCH_6-3/; revision=5174
* Add fetchmail -vvv log request to the list in Section G3 bug reporting.Matthias Andree2007-06-101-0/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5107
* Flank APOP by comments about it being insecure.Matthias Andree2007-04-061-5/+6
| | | | svn path=/branches/BRANCH_6-3/; revision=5084
* Document SOCKS_CONF environment variable.Matthias Andree2007-03-171-4/+12
| | | | svn path=/branches/BRANCH_6-3/; revision=5054
* Revise FAQ.Matthias Andree2006-10-081-80/+37
| | | | svn path=/branches/BRANCH_6-3/; revision=4918
* Revise FAQ sections M and X.Matthias Andree2006-09-251-33/+19
| | | | | | Add more log requirements. svn path=/branches/BRANCH_6-3/; revision=4913
* Reviewed FAQ sections R7ff, H and D.Matthias Andree2006-08-171-53/+36
| | | | svn path=/branches/BRANCH_6-3/; revision=4901
* Reviewed FAQ sections T, S, I, K and R1 - R6.Matthias Andree2006-08-171-84/+32
| | | | svn path=/branches/BRANCH_6-3/; revision=4900