No description
This adds a simple Iterable class that lets us take advantage of Gee's Traversable interface much more easily. Traversable is great, but every operation returns an Iterator, which makes it awkward to use outside of Traversable. The new Iterable wraps the Traversable Iterators and methods so you can directly use the result. It also gives us a convenient point to add convenience methods in the future. I've gone through a few arbitrary places in the code to see how the class might be used, and changed some obvious places to (hopefully) the equivalent code using the new Iterable class. More work could be done here, but the real benefit is simply having the Iterable class around to be able to use in new code. |
||
|---|---|---|
| bindings | ||
| cmake | ||
| debian | ||
| desktop | ||
| help | ||
| icons | ||
| po | ||
| sql | ||
| src | ||
| theming | ||
| ui | ||
| .gitattributes | ||
| .gitignore | ||
| AUTHORS | ||
| cmake_uninstall.cmake.in | ||
| CMakeLists.txt | ||
| configure | ||
| configure.in | ||
| COPYING | ||
| COPYING.icons | ||
| COPYING.snowball | ||
| geary.doap | ||
| INSTALL | ||
| MAINTAINERS | ||
| Makefile.in | ||
| NEWS | ||
| README | ||
| THANKS | ||
Geary Email Client
------------------
* Introduction
Geary is an email client built for the GNOME desktop environment. It
allows you to read and send email with a simple, modern interface.
Visit http://www.yorba.org/geary to read about the current state of
Geary's development and to make sure you're running the latest version.
* Installation & Licensing
Please consult the INSTALL and COPYING files for more information.
* Quick Start
The first time Geary is launched, it will prompt for your account
information. Note that your email password is stored securely in the
Gnome Keyring.
Geary will then begin downloading messages in your inbox and other
folders.
* Contacting Yorba
Yorba: http://www.yorba.org
Geary wiki: http://redmine.yorba.org/projects/geary/wiki
We also encourage you to join the Geary mailing list. Send an email
with a subject: line of "subscribe" (no quotes) to
geary-request@lists.yorba.org.
Copyright 2012-2013 Yorba Foundation