summaryrefslogtreecommitdiff
path: root/mail/py-libgmail
AgeCommit message (Collapse)AuthorFilesLines
2021-03-18py-libgmail: removed, obsoleteadam4-52/+0
2020-03-20*: Convert broken sourceforge HOMEPAGEs back to httpnia1-2/+2
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2019-11-02mail: align variable assignmentsrillig1-2/+2
pkglint -Wall -F --only aligned -r No manual corrections.
2019-09-02Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for ↵adam1-2/+2
future Python 3.8
2019-04-26Omit mentions of python 34 and 35, after those were removed.maya1-2/+2
- Includes some whitespace changes, to be handled in a separate commit.
2018-07-03extend PYTHON_VERSIONS_ for Python 3.7adam1-2/+2
2017-01-01Add python-3.6 to incompatible versions.wiz1-2/+2
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2015-11-03Add SHA512 digests for distfiles for mail categoryagc1-1/+2
Problems found locating distfiles: Package mutt: missing distfile patch-1.5.24.rr.compressed.gz Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz Package pine: missing distfile fancy.patch.gz Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch Package qmail: missing distfile badrcptto.patch Package qmail: missing distfile outgoingip.patch Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-2/+3
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-04-08All supported python versions in pkgsrc support eggs, so removewiz1-2/+2
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-01-24Update py-libgmail to 0.1.10.obache3-12/+18
while here, * LICENSE=gnu-gpl-v2 * register egg-info. == Version 0.1.11 == libgmail.py * Fixed bug that broke attachment support (SF bug #2034927) * added .author_fullname field for messages * Don't crash on threads with google chat log (Debian bug #502458) == Version 0.1.10 == libgmail.py * Use mechanize instead of ClientCookie [Patch #2014779] * Very basic Unicode support [Patch #1926861] gmail_transport.py * New version that uses mechanize (owing again to Jose Rodriguez) NOTE: libgmail now depends on mechanize, which can be downloaded from: http://wwwsearch.sourceforge.net/mechanize/#download (in Debian/Ubuntu as python-mechanize, and an easy_install installer is also available) == Version 0.1.9 == libgmail.py * Fixed login that was broken for a bunch of new gmail accounts, thanks to a patch by rhauer NOTE: libgmail now depends on ClientCookie, which can be downloaded from: http://wwwsearch.sourceforge.net/ClientCookie/#download == Version 0.1.8 == libgmail.py * Added 'search' method to contactLists that returns an array of contacts who match a given search term (at some point, the contacts API is long overdue for a revamp, but for now, hey, why not) This is a patch by Alex Chiang --WD-- * libgmail now asks for the old Gmail interface, so that it isn't broken by the new Gmail updates. (Thanks to Aaron and Stu for work on this) (Fixes SF bug #1822662) == Version 0.1.7 == libgmail.py gmail_transport.py * Applied patch that adds proxy support, both for passwordless and password-ful proxies (is that a word?), by Jose Rodriguez --WD+SZ-- == Version 0.1.6.2 == libgmail.py * Bugfix for attachment problems --WD-- (SF Bug #1793026, Patch #1799605 by 'stephster') archive.py * Protect messages with a "from" line in them --WD-- (SF Patch #1790809 by 'scop') == Version 0.1.6.1 == libgmail.py * Bugfix for login problems --WD-- == Version 0.1.6 == libgmail.py * Added support for "Gmail Apps" aka "Gmail For Your Domain" --WD--
2011-06-14Drop PYTHON_VERSION_ACCEPTED restriction, because it was just not accept 23.obache1-2/+1
2008-06-20Add DESTDIR support.joerg1-1/+3
2008-06-12Use Python extension framework. Bump revision.joerg2-11/+7
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+2
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2007-05-04Initial import of libgmail version 0.1.5.1, a python API to accessagc4-0/+49
Google mail, into the Packages Collection. The libgmail project is a pure Python binding to provide access to Google's Gmail web-mail service. The library allows the user to log into an account, retrieve a list of threads, display information about them and display the source of the individual messages. In addition, the library allows the user to: Archive Gmail messages to mbox format Use your Gmail account as a SMTP server Use your Gmail account as a POP server Use your Gmail account as a FTP server!