Repositories
fetchmail
Fetchmail
Fetchmail’s main and master code repository. more…
Notable branches
legacy_63 – old stable version (currently 6.3.X), to be frozen after 6.3.20 except for security and grave bugs, last version to support before-SUSv3-/C99 systems.
master – future intermediate stable version (will become 7.0.X and require SUSv3 and C99)
BRANCH_MAPI – experimental port of BRANCH_MAPI_OLD on top of master and for OpenChange 0.11. Needs substantial testing and work. May not work at all. Not for production.
next – long-term future, development version (will become 8.0.X, will use C++)
BRANCH_MAPI_OLD – an outdated and unmaintained branch to bring MAPI support to fetchmail, based on OpenChange 0.8. Contains code of a Google Summer of Code project.
History
Started out as CVS a long time ago, then converted to SVN and first hosted on BerliOS (but flakey) and later by Graham Wilson, since converted to Git.
-
Cloning this repository:
git clone git://gitorious.org/fetchmail/fetchmail.git fetchmail cd fetchmail
Add this repository as a remote to an existing local repository:
git remote add fetchmail git://gitorious.org/fetchmail/fetchmail.git git fetch fetchmail git checkout -b my-local-tracking-branch fetchmail/master_or_other_branch
fetchmail-libpwmd
-
Cloning this repository:
git clone git://gitorious.org/~bjk/fetchmail/fetchmail-libpwmd.git fetchmail-libpwmd cd fetchmail-libpwmd
Add this repository as a remote to an existing local repository:
git remote add fetchmail-libpwmd git://gitorious.org/~bjk/fetchmail/fetchmail-libpwmd.git git fetch fetchmail-libpwmd git checkout -b my-local-tracking-branch fetchmail-libpwmd/master_or_other_branch
bob5972-fetchmail
-
Cloning this repository:
git clone git://gitorious.org/~bob5972/fetchmail/bob5972-fetchmail.git bob5972-fetchmail cd bob5972-fetchmail
Add this repository as a remote to an existing local repository:
git remote add bob5972-fetchmail git://gitorious.org/~bob5972/fetchmail/bob5972-fetchmail.git git fetch bob5972-fetchmail git checkout -b my-local-tracking-branch bob5972-fetchmail/master_or_other_branch
jcb-retrieve-error-fetchmail
-
Cloning this repository:
git clone git://gitorious.org/~jcb/fetchmail/jcb-retrieve-error-fetchmail.git jcb-retrieve-error-fetchmail cd jcb-retrieve-error-fetchmail
Add this repository as a remote to an existing local repository:
git remote add jcb-retrieve-error-fetchmail git://gitorious.org/~jcb/fetchmail/jcb-retrieve-error-fetchmail.git git fetch jcb-retrieve-error-fetchmail git checkout -b my-local-tracking-branch jcb-retrieve-error-fetchmail/master_or_other_branch
fetchmail-yangyanli
-
Cloning this repository:
git clone git://gitorious.org/~yangyanli/fetchmail/fetchmail-yangyanli.git fetchmail-yangyanli cd fetchmail-yangyanli
Add this repository as a remote to an existing local repository:
git remote add fetchmail-yangyanli git://gitorious.org/~yangyanli/fetchmail/fetchmail-yangyanli.git git fetch fetchmail-yangyanli git checkout -b my-local-tracking-branch fetchmail-yangyanli/master_or_other_branch

