Heya,
Pop3 checking works fine now, but mbox gives me this crash:

Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/freevo/main.py", line 458, in ?
    app.eventhandler(event)
  File "/usr/lib/python2.3/site-packages/freevo/menu.py", line 555, in
eventhandler
    action( arg=arg, menuw=self )
  File "/usr/lib/python2.3/site-packages/freevo/mail/__init__.py", line 272,
in create_mails_menu
    item_menu = menu.Menu('Mailfolders', self.build(),
  File "/usr/lib/python2.3/site-packages/freevo/mail/__init__.py", line 261,
in build
    box.newmails, box.mails = conn.getStat(a)
  File "/usr/lib/python2.3/site-packages/freevo/mail/mbox.py", line 122, in
getStat
    while box.next():
  File "/usr/lib/python2.3/mailbox.py", line 35, in next
    return self.factory(_Subfile(self.fp, start, stop))
TypeError: 'str' object is not callable

I noticed also that the "delete mail" doesn't work (for now), but it's now
_that_ necessary as long as i can check who's nagging me ;)

Is it possible to create multiple account-setups or why is there a sub-menu
before i can see my inbox? Is it possible to go to the inbox directly when
selecting the main-menu item?

Thanks for your effort, by the way!

/jan 

-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Jan Grewe
Gesendet: Donnerstag, 8. Januar 2004 14:55
An: [EMAIL PROTECTED]
Betreff: AW: [Freevo-devel] Re: [PLUGIN] Mailreader

Hi viggo,
I'll check your updated version later, as soon as it work's i'll include
some icons in my skin ...

For testing the mbox-feature, you can put the attached file somewhere and
use it in the plugin's configuration, this should be a standard-mbox-file,
created by postfix on my server.

Cheers,

/jan 

-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Viggo
Fredriksen
Gesendet: Mittwoch, 7. Januar 2004 17:49
An: [EMAIL PROTECTED]
Betreff: [Freevo-devel] Re: [PLUGIN] Mailreader

Hello.

Jan Grewe wrote:
> Hi,
> I've tested your plugin, first with mbox which didn't work, i get a 
> new main-menu item "unknown" which tells me only "Directory is empty"
> when i select it, so i've checked pop3 which worked sortof after 
> adding "MAIL_SSL=0" to my conf.

I've fixed the missing MAIL_SSL config option crashing the plugin and added
'Email' as the menuname if it is not found in the skin file (stupid me).

> When selecting the menu-item i get a sub-item "default" and selecting 
> this gives me the subjects of my mails, but i can't read them, i get 
> an "MENU_SELECT crashed" popup ...

I looked at your traceback, and it's actually an old pop3.py file in the
release :) . I've updated to the new one, so the problem should not be there
anymore.

> But i LOVE the idea of being able to look at my mails without firing 
> up my PC, so _please_ continue work on this plugin!

I'll certainly try to do some work on it :)

Regarding your other mail commenting on the blocking of the server, I did
some changes where I was missing some logout calls. I would think however
the reason for you getting an error from the server was the same reasons for
which the plugin crashed. The plugin is pretty anal about login and logout
now. ( This could need some work however )

And the mbox issue:
I don't have any mbox files to test with. If this is going to work, I either
have to set it up, or someone else does some patching on it. The code that's
already there are just guesswork of how it should work.

If anyone know some commands to setup a dummy mbox, I could perhaps do it.

> Cheers,
> /jan


Viggo



-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel



-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to