Roundcube Community Forum

 

Can you use an email client with RoundCube?

Started by crios, November 14, 2007, 02:30:41 PM

Previous topic - Next topic

crios

I'm a little confused... I'm currently using SquirrelMail but am thinking about switching to RoundCube. Can I configure my email client (Apple Mail) to work with RoundCube? (IMAP of course) I can't seem to find anything on this forum or in the wiki. Is RoundCube webmail only?

Chris

igor

yes, it's a webmail-frontend "only"
but a very nice one ;-)

crios

So I couldn't use RoundCube and Apple Mail both? I'm a little unfamiliar with how email servers work so forgive me for my lack of knowledge. They both can't access the same mail server?

bpat1434

No, you misunderstood it. Roundcube is to IMAP Email what OS X is to it's hardware. Essentially Roundcube is just a web GUI to read, reply, and manage your IMAP mail. You run Roundcube from a webserver. Roundcube is just a set of PHP scripts that use an IMAP connection like that of Apple Mail to connect to your IMAP server and see what's on it. RC then stores (if allowed) a few of the messages for more speedy delivery. When you "delete" an email, RC sends a command to the IMAP server and the IMAP server then either obeys because it's a valid command, or disobeys because it's invalid (or something went wrong).

Now, Apple Mail is a Desktop GUI to your IMAP mail server. So you can use both interchangeably. The difference is that Apple Mail might run faster on your Desktop since, well, it has a lot more resources to work with, and RC is just running through the browser. You just have to be careful and make sure if you do anything in Apple Mail or RC that you "update" or fetch new messages in the other application before you do anything as you might mess up and delete a wrong message.

I hope that cleared it up for you.
 
 

crios

That makes perfect sense. So I could install RoundCube and then use Apple Mail when I'm at home on my machine and RoundCube when I'm away on a different machine. Like SquirrelMail only it looks better. That's exactly what I'm looking for.

Thanks