Repositories
tinymail
Tinymail project repository.
-
Cloning this repository:
git clone git://gitorious.org/tinymail/tinymail.git tinymail cd tinymail
Add this repository as a remote to an existing local repository:
git remote add tinymail git://gitorious.org/tinymail/tinymail.git git fetch tinymail git checkout -b my-local-tracking-branch tinymail/master_or_other_branch
jjardons-tinymail
-
Cloning this repository:
git clone git://gitorious.org/~jjardon/tinymail/jjardons-tinymail.git jjardons-tinymail cd jjardons-tinymail
Add this repository as a remote to an existing local repository:
git remote add jjardons-tinymail git://gitorious.org/~jjardon/tinymail/jjardons-tinymail.git git fetch jjardons-tinymail git checkout -b my-local-tracking-branch jjardons-tinymail/master_or_other_branch
tmut
TMut is a minimalistic E-mail client based on the Tinymail framework. It’s the ideal starting point if you want to create a small E-mail client for limited devices. Devices like mobile phones.
-
Cloning this repository:
git clone git://gitorious.org/tinymail/tmut.git tmut cd tmut
Add this repository as a remote to an existing local repository:
git remote add tmut git://gitorious.org/tinymail/tmut.git git fetch tmut git checkout -b my-local-tracking-branch tmut/master_or_other_branch
bilboeds-tinymail
-
Cloning this repository:
git clone git://gitorious.org/~bilboed/tinymail/bilboeds-tinymail.git bilboeds-tinymail cd bilboeds-tinymail
Add this repository as a remote to an existing local repository:
git remote add bilboeds-tinymail git://gitorious.org/~bilboed/tinymail/bilboeds-tinymail.git git fetch bilboeds-tinymail git checkout -b my-local-tracking-branch bilboeds-tinymail/master_or_other_branch
naikel-tinymail
-
Cloning this repository:
git clone git://gitorious.org/~naikel/tinymail/naikel-tinymail.git naikel-tinymail cd naikel-tinymail
Add this repository as a remote to an existing local repository:
git remote add naikel-tinymail git://gitorious.org/~naikel/tinymail/naikel-tinymail.git git fetch naikel-tinymail git checkout -b my-local-tracking-branch naikel-tinymail/master_or_other_branch
egroepers-tinymail
-
Cloning this repository:
git clone git://gitorious.org/~egroeper/tinymail/egroepers-tinymail.git egroepers-tinymail cd egroepers-tinymail
Add this repository as a remote to an existing local repository:
git remote add egroepers-tinymail git://gitorious.org/~egroeper/tinymail/egroepers-tinymail.git git fetch egroepers-tinymail git checkout -b my-local-tracking-branch egroepers-tinymail/master_or_other_branch
enginegls-tinymail
-
Cloning this repository:
git clone git://gitorious.org/~enginegl/tinymail/enginegls-tinymail.git enginegls-tinymail cd enginegls-tinymail
Add this repository as a remote to an existing local repository:
git remote add enginegls-tinymail git://gitorious.org/~enginegl/tinymail/enginegls-tinymail.git git fetch enginegls-tinymail git checkout -b my-local-tracking-branch enginegls-tinymail/master_or_other_branch

