aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail-FAQ.html
Commit message (Expand)AuthorAgeFilesLines
...
* Added R10.Eric
/* mx.h -- name-to-preference association for MX records */

struct mxentry
{
    char	*name;
    int		pref;
};

extern struct mxentry * getmxrecords(const char *);

/* some versions of FreeBSD should declare this but don't */
/* But only declare it if it isn't already */
#ifndef h_errno
extern int h_errno;
#endif /* ndef h_errno */

/* mx.h ends here */
lass='deletions'>-2/+10
* Add license notice.Eric S. Raymond1999-08-211-3/+7
* New iten on TCP/IP stalling problem.Eric S. Raymond1999-08-011-4/+30
* The big lexer fix.Eric S. Raymond1999-07-311-15/+14
* Before applying Brian Boutel's lexer fix.Eric S. Raymond1999-07-311-4/+7
* *** empty log message ***Eric S. Raymond1999-06-261-3/+3
* *** empty log message ***Eric S. Raymond1999-06-251-3/+10
* Root screwup.Eric S. Raymond1999-06-251-3/+12
* More about Daemin Internet.Eric S. Raymond1999-06-111-9/+27
* Corrections from afar.Eric S. Raymond1999-06-081-8/+14
* Added G12 on Y2K compliance.Eric S. Raymond1999-06-071-2/+14
* Added cautionary note about qpopper.Eric S. Raymond1999-05-161-26/+58
* Emphasize the need for the server greeting line.Eric S. Raymond1999-05-161-2/+3
* We shipped this.Eric S. Raymond1999-05-031-2/+15
* We now have SSL patches.Eric S. Raymond1999-04-291-2/+26
* Carry pointers to hotmole.Eric S. Raymond1999-04-051-6/+7
* Added SpryNet support.Eric S. Raymond1999-04-011-2/+11
* Fix.Eric S. Raymond1999-03-271-6/+19
* Typo fixes.Eric S. Raymond1999-03-271-6/+6
* Update.Eric S. Raymond1999-03-071-2/+22
* *** empty log message ***Eric S. Raymond1999-02-221-2/+11
* Minor updates.Eric S. Raymond1999-02-191-3/+3
* Added note about accept-unqualified-senders.Eric S. Raymond1999-02-101-2/+7
* This version appears ready to ship.Eric S. Raymond1999-01-301-3/+5
* This version is good.Eric S. Raymond1999-01-011-11/+11
* Geocities info from Pavel Roskin.Eric S. Raymond1998-12-301-4/+8
* Added new G11 item.Eric S. Raymond1998-12-291-2/+27
* Harry McGavran's fix.Eric S. Raymond1998-12-171-2/+5
* FAQ cleanup.Eric S. Raymond1998-12-161-16/+21
* Rob Funk's fixes.Eric S. Raymond1998-12-141-22/+22
* Reorder items correctly.Eric S. Raymond1998-12-071-12/+12
* Bug in FAQ item R5 fixed.Eric S. Raymond1998-12-011-24/+9