Re: [ANN] KDE 4.1 backported packages for Lenny

2008-09-01 Thread Adrian Friedli
Hi,

On Thursday 21. August 2008 13.48.18 Ana Guerrero wrote:
> And the important link:
> http://kde4.debian.net/

Why is the archive not signed? Will it be, when Lenny is released?

Cheers, Adi


signature.asc
Description: This is a digitally signed message part.


Re: Kmail Features and Programming

2008-09-01 Thread David Baron
On Monday 01 September 2008 20:41:52 Xavier Vello wrote:
> Hello
>
> > 1) Is there a way to receive PUSH mail through a POP account using Kmail?
> > I know this feature is available via IMAP, but is it also available
> > through POP using Kmail?
>
> Iirc, there's no way to do such a thing with POP3.
>
> > 2) Does anyone have a good program to run the Linux program on a MS
> > Windows OS like Windows 2000?
>
> kmail4 should compile and run natively on windows. See
> http://windows.kde.org There's no wine equivalent for windows, but cygwin
> provides a POSIX environment for windows but needs specific compilation.
>
> > 3) Has any one else programed Kmail for use in updating websites via
> > email requests?
>
> I did it via procmail and a perl script to update a blog (the perl script
> parsing the email body and issuing mysql commands). Procmail has the
> advantage of running on the server while you have to run kmail on a third
> machine, with the risk of failure it adds.
>
Yes, use procmail to get mail to desired folders, then use dovcot or another 
pop3 server (enable it outgoing in the firewall).

Kmail is only effective if it is running. Procmail, exim, fetchmail, etc., run 
all the time.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Kmail Features and Programming

2008-09-01 Thread Xavier Vello
Hello

> 1) Is there a way to receive PUSH mail through a POP account using Kmail? I
> know this feature is available via IMAP, but is it also available through
> POP using Kmail?
Iirc, there's no way to do such a thing with POP3.

> 2) Does anyone have a good program to run the Linux program on a MS Windows
> OS like Windows 2000?
kmail4 should compile and run natively on windows. See http://windows.kde.org
There's no wine equivalent for windows, but cygwin provides a POSIX 
environment for windows but needs specific compilation.

> 3) Has any one else programed Kmail for use in updating websites via email
> requests?
I did it via procmail and a perl script to update a blog (the perl script 
parsing the email body and issuing mysql commands). Procmail has the advantage 
of running on the server while you have to run kmail on a third machine, with 
the risk of failure it adds.

Regards
-- 
Xavier Vello


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Kmail Features and Programming

2008-09-01 Thread Raúl Sánchez Siles
  Hello:

El Lunes 01 Septiembre 2008, Carvin Warsport escribió:
> I am trying to use Kmail as a way to automatically update my website
> http://my-newyorkcityapartments.org
>

[... ]
>
> 2) Does anyone have a good program to run the Linux program on a MS Windows
> OS like Windows 2000?

  Maybe what you want is something like cygwin ( http://www.cygwin.com/ )

Regards,

-- 
 Raúl Sánchez Siles
->Proud Debian user<-
Linux registered user #416098


signature.asc
Description: This is a digitally signed message part.


Kmail Features and Programming

2008-09-01 Thread Carvin Warsport
I am trying to use Kmail as a way to automatically update my website
http://my-newyorkcityapartments.org

I have found a way to run Linux commands through the actions in the filters
menu. It is useful for user updates to my website when they are posting new
listings the new listings automatically update on the site through my
server.

But I have some questions. The feature I programed still requires that I
manually receive the email via POP accounts.

1) Is there a way to receive PUSH mail through a POP account using Kmail? I
know this feature is available via IMAP, but is it also available through
POP using Kmail?

2) Does anyone have a good program to run the Linux program on a MS Windows
OS like Windows 2000?

3) Has any one else programed Kmail for use in updating websites via email
requests?

Please contact me at [EMAIL PROTECTED]