mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
s/latestrevision/coddingtonbear/g
This commit is contained in:
parent
3a2e05b01f
commit
83a6249c85
3 changed files with 5 additions and 5 deletions
|
|
@ -6,8 +6,8 @@
|
|||
Django-mailbox
|
||||
==============
|
||||
|
||||
.. image:: https://travis-ci.org/latestrevision/django-mailbox.png?branch=master
|
||||
:target: https://travis-ci.org/latestrevision/django-mailbox
|
||||
.. image:: https://travis-ci.org/coddingtonbear/django-mailbox.png?branch=master
|
||||
:target: https://travis-ci.org/coddingtonbear/django-mailbox
|
||||
|
||||
How many times have you had to consume some sort of POP3, IMAP, or local mailbox for incoming content,
|
||||
or had to otherwise construct an application driven by e-mail?
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@ You can either install from pip::
|
|||
|
||||
pip install django-mailbox
|
||||
|
||||
*or* checkout and install the source from the `github repository <https://github.com/latestrevision/django-mailbox/>`_::
|
||||
*or* checkout and install the source from the `github repository <https://github.com/coddingtonbear/django-mailbox/>`_::
|
||||
|
||||
git clone https://github.com/latestrevision/django-mailbox.git
|
||||
git clone https://github.com/coddingtonbear/django-mailbox.git
|
||||
cd django-mailbox
|
||||
python setup.py install
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -12,7 +12,7 @@ gmail_oauth2_require = [
|
|||
setup(
|
||||
name='django-mailbox',
|
||||
version='3.4',
|
||||
url='http://github.com/latestrevision/django-mailbox/',
|
||||
url='http://github.com/coddingtonbear/django-mailbox/',
|
||||
description=(
|
||||
'Import mail from POP3, IMAP, local mailboxes or directly from '
|
||||
'Postfix or Exim4 into your Django application automatically.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue