Thanks for your reply.  Could you please let me know the names of some  
of these existing tools.  I have been searching for two days now and  
am coming up dry.  Pretty much I would like to be able to check the  
pop3 messages using php then insert them into courier imap.  Is this  
possible ?

You mentioned that I would could potentially write my own code to  
perform these functions.  Could you give me some direction in this  
regard?  What type of code?  How would it interface with CourierIMAP.   
If I am using a php function to remove a message from the imap server  
would I be able to use a similar php function to remove the message  
from the pop server ?

Thanks again

On 13-Dec-07, at 11:14 PM, Sam Varshavchik wrote:

> Shalom Levytam writes:
>
>> Hi,
>> I am a complete newbie to this list and to courierIMAP.  I was   
>> wondering if I could get some beginners advice and direction.
>> Though I am new to establishing email servers and the like, I am   
>> proficient in programming and hopefully not completely ignorant :)
>> I'm looking to start a new project which will involve creating  
>> what  might be called a virtual IMAP server.   Essentially, I would  
>> like to  take a pop3 email account from work and create my own imap  
>> server for  it.  My idea is that my server will check my work pop3  
>> account every  so often using a cron job or similar.  It will then  
>> download the  messages onto my own server where I could access them  
>> using my own  imap server.
>
> There are existing tools that will easily do this, for you.
>
>>              if i delete a message through my imap server it would   
>> then check to see if the message is still present on my work pop3   
>> account and remove it.
>
> However, no tools exist that can do that part, to my knowledge.  
> Courier-IMAP is not going to do anything, after deleting a message,  
> besides deleting this message. End of story. Of course, you are free  
> to write your own code that then goes out and deletes the message  
> from your external POP3 server. This is a lot of code, but if you  
> want to do this, good luck and have fun.
>
>
> -------------------------------------------------------------------------
> SF.Net email is sponsored by:
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services
> for just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace_______________________________________________
> Courier-imap mailing list
> Courier-imap@lists.sourceforge.net
> Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap

Reply via email to