Author Topic: Porting RoundCube to new backend  (Read 4639 times)

Offline madtantric

  • Newbie
  • *
  • Posts: 1
Porting RoundCube to new backend
« on: July 28, 2010, 09:39:05 PM »
Hi,
   How difficult/easy is to port RoundCube to use any email database (instead of
IMAP)?. I want to customize it to read messages from a DB rather than IMAP.
Like to hear about the feasibility before jumping into the code.

Thank you

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
Porting RoundCube to new backend
« Reply #1 on: July 29, 2010, 04:20:46 AM »
Roundcube was not designed for doing this, but I think all you'll need to do is to rewrite/replace rcube_imap and/or rcube_imap_generic class.