I'm just curious about the implementation of Roundcube. I couldn't find details on the site.
Does roundcube make use of the mbox files in Linux, or does it simply use IMAP to talk to another process on the server. If it uses mbox files, does it copy to MySQL, even without the user logging in, or does the user have to log in to get the messages to be moved from the MBox file to MySQL?
Thanks, Brad Landis _______________________________________________ List info: http://lists.roundcube.net/users/
On Tue, 2 Feb 2010 17:12:52 -0600, Bradlee Landis bradleelandis@gmail.com wrote:
I'm just curious about the implementation of Roundcube. I couldn't find details on the site.
The first sentence on the website is:
"Roundcube webmail... ...is a browser-based multilingual IMAP client with an application-like user interface."
Cheers, Mark
Does roundcube make use of the mbox files in Linux, or does it simply use IMAP to talk to another process on the server. If it uses mbox files, does it copy to MySQL, even without the user logging in, or does the user have to log in to get the messages to be moved from the MBox file to MySQL?
Thanks, Brad Landis
List info: http://lists.roundcube.net/users/
On Feb 2, 2010, at 5:12 PM, Bradlee Landis wrote:
I'm just curious about the implementation of Roundcube. I couldn't find details on the site.
Does roundcube make use of the mbox files in Linux, or does it simply use IMAP to talk to another process on the server. If it uses mbox files, does it copy to MySQL, even without the user logging in, or does the user have to log in to get the messages to be moved from the MBox file to MySQL?
RoundCube talks to the server via IMAP, just like Thunderbird or
other desktop mail applications. It does not store e-mail in the
database. The database is used to store preferences, not e-mail
messages.
Does that help ?
Yeah, that helps. Thanks chasd, but not to Mark--your answer is pretty much useless. I read the site and searched Google plenty, but it didn't click. That's why I asked.
Thanks, Brad Landis
On Tue, Feb 2, 2010 at 5:45 PM, chasd chasd@silveroaks.com wrote:
On Feb 2, 2010, at 5:12 PM, Bradlee Landis wrote:
I'm just curious about the implementation of Roundcube. I couldn't find details on the site.
Does roundcube make use of the mbox files in Linux, or does it simply use IMAP to talk to another process on the server. If it uses mbox files, does it copy to MySQL, even without the user logging in, or does the user have to log in to get the messages to be moved from the MBox file to MySQL?
RoundCube talks to the server via IMAP, just like Thunderbird or other desktop mail applications. It does not store e-mail in the database. The database is used to store preferences, not e-mail messages.
Does that help ?
-- Charles Dostale System Admin - Silver Oaks Communications http://www.silveroaks.com/ 824 17th Street, Moline IL 61265
List info: http://lists.roundcube.net/users/
List info: http://lists.roundcube.net/users/
On Feb 2, 2010, at 7:58 PM, Bradlee Landis wrote:
Yeah, that helps. Thanks chasd, but not to Mark--your answer is pretty much useless. I r
Good.
One other tidbit - depending on the IMAP server you use, it may store
the mail in mbox files, or in maildir format. If you go poking around
in the directory where the e-mail is stored and expect mbox files and
they aren't there . . .
There is a IMAP server that uses a database as a backend to store e-
mail, but that is separate from RoundCube ( and any other MUA - Mail
User Agent ) entirely.