After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 344256 - Implement support for POP boxes with summary support
Implement support for POP boxes with summary support
Status: RESOLVED OBSOLETE
Product: tinymail
Classification: Deprecated
Component: libtinymail-camel
unspecified
Other Linux
: Urgent critical
: ---
Assigned To: Maintainers of tinymail
Maintainers of tinymail
Depends on:
Blocks:
 
 
Reported: 2006-06-08 08:41 UTC by Philip Van Hoof
Modified: 2007-01-30 10:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Philip Van Hoof 2006-06-08 08:41:54 UTC
Currently tinymail doesn't support viewing POP boxes using offline summaries. This makes sorting extremely slow and viewing quite unstable.

Implement a TnyStoreAccountIface that will use a tool like fetchmail to fetch new messages into a mbox or Maildir, and wrap that mbox file or Maildir with a CamelFolder instance from the local camel providers. Also let the instance update itself when new messages arrive.

Or

Implement summaries support in camel/providers/pop3. Given that the provider caches the full messages in CAMEL_DIR/mail/$account/cache, it should be perfectly doable.