Feature Requests
Search the entire project
This project's trackers
This project's forums
This project's tasks
This project's releases
This project's documents
This project's news
Project
People
Skill
Advanced search
Log In
|
New Account
Home
My Page
Projects
Code Snippets
Project Openings
MS Outlook Personal Folders converter
Summary
Activity
Forums
Tracker
Lists
Tasks
Docs
Surveys
News
SCM
Files
[#301202] Walking the folders
View Trackers
|
Feature Requests
|
Download .csv
|
Monitor
Date:
2005-02-15 14:36
Priority:
3
State:
Open
Submitted by:
zandr (
zandr-guest
)
Assigned to:
Nobody (None)
Category:
Group:
Summary:
Walking the folders
Detailed description
Would be great to heave a function that will allow to walk through the folders as fast as possible. Using _pst_parse_item with checking item->folder then is not so productive, because this solution is very slow, i.e. it walks through all sort of items including regular emails, etc and this is a bottleneck for a large .pst files, e.g. walking a 170MB file to produce tree of folders takes a lot of time, in the same time Outlook by itself opens that file very quickly, which is not surprise of course.
Followup
Message
Date: 2006-03-15 12:21
Sender: Nobody
Logged In: NO Hello,
Any improvement on this..
Regards
shivram
Date: 2006-01-11 10:34
Sender:
zandr
Logged In: YES user_id=11386I tried, but lspst produce the same performance I wrote before. I think the problem is that lspst walks through all items belonging to each folder:
if (d_ptr->child != NULL) {
d_ptr = d_ptr->child;
So if there are a lot of messages in a folder, the total time of the work gets long.
Date: 2006-01-11 05:23
Sender:
Joseph Nahmias
Logged In: YES user_id=3015I'm trying to do something like this with the lspst utility. See the svn repo:
http://svn.debian.org/wsvn/libpst/trunk/
Attached Files:
Changes:
No Changes Have Been Made to This Item
Show source