1. libetpan
![]() |
There is some work available in the CVS : |
| - libetpan has a new build system for Unix automake is now used. Thanks to Marcus Brinkmann for this work. Funny that automake will automatically import the GPL licence into your project in a COPYING and also overwrite this file if this contains something else. Use –foreign to avoid this behavior. - Sebastien Marinier did some work to fix the Windows build. - a basic RSS/ATOM fetcher/parser has been implemented in libetpan. This was based on rssyl-ng/libfeed implementation. Thanks to Andrej Kacian. |
2. PaperLess
![]() |
A basic scanner application has been implemented for Mac OS X. This is called PaperLess. This will allow you to perform multiple-page document scan and save the document to PDF. |
3. etpanX
![]() |
etpanX is still in progress. |
3.1. Account synchronization
![]() |
An IMAP synchronization and POP synchronization has been implemented. Still some improvement is needed but user experience is now nearly a local access when reading mails in the IMAP account after the first synchronization with the IMAP server. |
3.2. Filter
![]() |
The implementation of filter is in progress. The plan for filter implementation is : - Filter will not block the user interface even if it takes some time. - Only messages from the main mailbox of a given account will be filtered. - Message that were not yet filtered will be hidden. - As soon as messages have been process, they will be visible. |
4. Reading
![]() |
Konrad Lorenz – Studies in Animal and Human Behaviour |






I love the icons. The IMAP synch sounds awesome, I still have to check it out. How is etpanX coming along? Kiwi is coming along slowly as well.
Comment by Matt Ronge — July 16, 2007 @ 9:46 am
the icons were “stolen” there :
http://blogs.sun.com/chandan/entry/openworld_icon_theme
They are simple. That’s what make them nice.
I have a mostly clear implementation plan for etpanX, still needs some time to do that work.
Comment by hoa — July 16, 2007 @ 10:08 pm
Hi Hoa,
How does one adjust timeout on the socket? If claws-mail is running during hibernate it takes ages for claws-mail to resyncronize imap connections – the settings in claws-mail for default timeout on sockets does not apply to libetpan.
/Michael
Comment by Michael Rasmussen — July 17, 2007 @ 10:58 pm
It should use the default timeout on socket.
Maybe a bugreport should be filed on claws mail.
Comment by hoa — July 18, 2007 @ 12:19 am
Hi Hoa,
I have discussed it with colin and he claims it is a problem related to libetpan and not claws-mail.
Comment by Michael Rasmussen — July 18, 2007 @ 9:35 am
I’m using LibEtPan on Mac OS X, and it takes forever for LibEtPan to time out. Especially if I try and connect to the wrong port number. I don’t know if this is related at all?
Comment by Matt Ronge — July 20, 2007 @ 5:14 am
Could you send me private email so that we sort out the problem ?
It seems there is clearly an issue around this.
Comment by hoa — July 24, 2007 @ 9:25 am
Would it is possible to filter all messgaes copied to the Sent folder as part of the send process against the global mail filter list?
Comment by Mark — July 30, 2007 @ 7:23 pm
> Would it is possible to filter all messgaes copied to the Sent folder as part of the send process against the global mail filter list?
What would be the use case ?
Currently, in etpanX, sent messages that are related to any thread in the current message list are shown. Does it fit the needs ?
Comment by hoa — August 4, 2007 @ 2:48 pm