Bug 108911 - Extension to auto-download mail for all users
Summary: Extension to auto-download mail for all users
Status: RESOLVED INTENTIONAL
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: 1.7.1
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-11 12:50 UTC by Matthias Ronge
Modified: 2009-12-21 18:47 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Ronge 2005-07-11 12:50:12 UTC
Version:           1.7.1 (using KDE 3.3.0, SuSE)
Compiler:          gcc version 3.3.4 (pre 3.3.5 20040809)
OS:                Linux (i686) release 2.6.8-24-default

A great feature was an extension to KMail, which could be run by any user (not having root permissions) after internet dialup (via KPPP or KInternet) and then downloads the mails for all users using KMail and processes them into their proper maildirs and mbox files. (Sure, this is already possible using the common tools like fetchmail, but my intension is that it succeeds simply to put the tools name like "/opt/kde3/bin/kmailget -a" into the "run after dialup" field of KPPP / KInternet; and the tool by itself collects the proper configuration settings from all unique users and peroforms an overall download. By default the tool should display a status window which apperars on all desktops but is kept in background.) I.m.h.o. a good way to go for the work of such a program would be:
a) Collect the users' KMail configuration data
b) synchronous request to all mail servers for the unique accounts' states
c) calculation of the overall download amount (for progress bar)
d) download the mail (or synchronize the offline-IMAPs) in respect to the unique users' POP3-filters and "common" filters (for sorting).
[Alternatively it could be a way that the tool just downloads the mails and puts them into a central storage, such as ~/Mail/inbox/new/; and processing the filters will be done when the user in question starts his own KMail session.]

Matthias Ronge <paramaeleon@freenet.de> (lang: de, fr, en & a little es)
Open GPG key: http://www.paramaeleon.de/paramaeleon-freenet.gpgpub_23.asc
Comment 1 Dotan Cohen 2008-03-13 15:07:42 UTC
As Kmail downloads mail from POP3 servers by itself, it does not need fetchmail or a fetchmail replacement. The tool you describe might be good for a mail _reader_ such as mutt, but seems to duplicate a central function of Kmail in a fashion that seems very problematic. I move to close this bug WONTFIX.