30 | | Frank: |
| 30 | Frank: I'd like to run SPARQL/SERQL queries from outside, querying the _complete_ data that is available in Gnowsis, and not just a part of it (like it is in the current SPARQL interface querying only the crawled part of it) |
| 31 | |
| 32 | I'd need in particular: |
| 33 | * Mail: folders and mails: folder structure, folder and mail labels (subject), sender, receivers, and content. Perfect would be full access to all mail headers. For example, it would be very useful to know whether a mail is from a mailinglist or not (list-id header). This is most probably too much overhead for most Gnowsis use cases, but it would be great if I could either a) configure it which headers to return (my favourite solution ;-) ) or b) patch my own Gnowsis by adding a few lines in the appriopriate code file. |
| 34 | * Addressbook: Contacts with name, email... It would be nice if I could find out the source of a foaf:Person easily (it makes a difference if a Foaf person was extracted from a CC in a mail or from the addressbook), you certainly don't want every CCed person in your PIMO) |
| 35 | * File Folders and Files: structure, labels (filenames), and fulltext |
| 36 | |