[Evolution] Evolution Cache Limit

2007-04-30 Thread Murray Trainer
Hi All,

We have a user using Evolution with a pop3 account.  He was wondering
where all his disk space was being used.  Turned out half of the space
being used was under the following folder:

~/.evolution/mail/pop/[EMAIL PROTECTED]/cache

Is there a limit to the amount of disk space that Evolution can use for
caching or does it do any automatic cleaning up of cache files?  A cache
limit setting similar to web browsers would be useful for situations
such as ours where users have fixed disk quotas. 

Thanks

Murray


___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


[Evolution] Query on MAPI packet structure.

2007-04-30 Thread Sajish P
Hi ,

 

Currently I am working on decoding MAPI protocol (Messaging API) and I am
new to this. What I am look out for is some sort of reference which will
help me identify the fields inside a MAPI packet( Preferably the data packet
which transmits the data once an e-mail is sent). From the packet trace for
the same I can see the subject, mail data , to , cc and bcc fields even
though some sort of encoding is used. But from the trace I could not
identify how the start and end of these fields are coded. I am using
Observer 11.1 packet analyzer tool. Although for some MAPI packets it
(observer) is able to identify the MAPI object within the payload, but for
many packets (including the mail data packet), it cannot and it is simply
classifying the payload as Frame Padding.

So my query is ;

-  Is there any bits/bytes in the MAPI packet that could provide/identify
the start of different fields?

-  Is there any general packet format/structure that MAPI is using to send
mail-data?

Any useful information will be of great help.

 

Thanks and regards,

Sajish P.P.

 

 

___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


[Evolution] Set SMTP port for sending mail

2007-04-30 Thread carpetnailz
Where do I set the SMTP port for sending mail in evolution 2.2.2? I've
tried to look carefully through the entire set of dialog boxes for
setting up accounts and don't see it anywhere. 

Thanks.

Nailz

___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Evolution Cache Limit

2007-04-30 Thread carpetnailz
This email prompted me to look at my similar cache files, which in turn
raised a number of questions. There seems to be an arbitrary set of
items stored. One email acct, which is used all the time, has nothing
stored. Others have odds and ends stored. Also there are some cache
folders for [EMAIL PROTECTED]@mail.domain (where 'mail.domain' is
repeated without change.

What does this cache do and what determines what's kept there?

What could be causing these strange folders with the repeated
@mail.domain?

Thanks
Nailz

On Mon, 2007-04-30 at 15:10 +0800, Murray Trainer wrote:
 Hi All,
 
 We have a user using Evolution with a pop3 account.  He was wondering
 where all his disk space was being used.  Turned out half of the space
 being used was under the following folder:
 
 ~/.evolution/mail/pop/[EMAIL PROTECTED]/cache
 
 Is there a limit to the amount of disk space that Evolution can use for
 caching or does it do any automatic cleaning up of cache files?  A cache
 limit setting similar to web browsers would be useful for situations
 such as ours where users have fixed disk quotas. 
 
 Thanks
 
 Murray
 
 
 ___
 Evolution-list mailing list
 Evolution-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/evolution-list
 

___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Re-configuring mbox

2007-04-30 Thread Chris Murphy
I just had to do this for changing smtp.  I noticed that gconf saves 
your original home directory in the evolution settings. So if you change 
home directories you have to reset it.  Using sed you can easily replace 
it or just direct the output from the first command into a file and 
change it by hand.  Make sure to back up the %config.xml before doing 
this, I wiped it a half a dozen times trying to figure this out.


gconftool-2 --get /apps/evolution/mail/accounts | sed 
s/oldlocationofhomedirectory/directorywhereyouwanttosaveto/g  /tmp/evo.temp
gconftool-2 --unset /apps/evolution/mail/accounts
gconftool-2 --type=list list-type=string --set 
/apps/evolution/mail/accounts `cat /tmp/evo.temp`

Chris



Victor Hugo Micordia Acuña wrote:
 To keep a simply back up i've decided to copy my old mails to an ethernet 
 disk drive. and also  i've tried to reconfire the ?%config.xml so i can save 
 mi new mail directly in the Ethernet  Disk, but i was unable to find the way 
 to do it.

 all other things like calendar, tasks, and memos i was able to redirect to 
 the ethernet disk but the mail.

 So my cuestion is: how I configure ~/.gconf/apps/evolution/mail/?%config.xml 
 to be able to save my new mail  in the ethernet disk drive?

 I have configure the access to the ethernet disk drive so i can access to it 
 automatically (smbmount) and I also have the permissions  to  normal user to 
 access  to it.

 Im using ubuntu feisty and the evolution version is 2.10.

 Victor Micordia

 _
 Charla con tus amigos en línea mediante MSN Messenger: 
 http://messenger.latam.msn.com/

 ___
 Evolution-list mailing list
 Evolution-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/evolution-list


   

___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list