Hello everybody.
We're working on the implementation of a roundcube "storage" module to
interact directly with dbmail DB instead of using the IMAP functions.
As of now we can already fetch the boxes, the headers and the message.
It's very rough right now but it's starting to shape up... it's
Am 09.02.2015 um 10:07 schrieb Andrea Brancatelli:
We're working on the implementation of a roundcube "storage" module to
interact directly with dbmail DB instead of using the IMAP functions.
As of now we can already fetch the boxes, the headers and the message.
It's very rough right now but i
The problem is that way faster than passin trough IMAP and probably much
stabler...
Il 09/02/15 10:16, Reindl Harald ha scritto:
Am 09.02.2015 um 10:07 schrieb Andrea Brancatelli:
We're working on the implementation of a roundcube "storage" module to
interact directly with dbmail DB instead o
Am 09.02.2015 um 15:22 schrieb Andrea Brancatelli:
The problem is that way faster than passin trough IMAP and probably much
stabler...
it is for sure not stabler - don't get me wrong but have no clue how
complex reconstruction of a raw message ends in case of wrapped messages
and you have *
Hi,
hey Harald don't be so negative, a second implementation for fetching
mails would be really cool.
I personally would not reconstruct the messages by my own, as Harald says,
but I would fetch directory and message headers directly from db and
message per Imap.
Maybe moving mails from
Am 09.02.2015 um 15:37 schrieb Harald Leithner:
> Hi,
>
> hey Harald don't be so negative, a second implementation for fetching
> mails would be really cool.
>
> I personally would not reconstruct the messages by my own, as Harald
> says, but I would fetch directory and message headers directly f
Please guys, calm down and note that this is one of the central point of
the whole issue.
If roundcube needs just the text/plain or text/html part of a message,
there's exactly no need to reconstruct the whole mime wrap. This gets so
true when you step on attachments and such.
gmime is prett
I am interested in having Roundcube work directly to the database
without any need for dbmail-imapd.
I am using a PostgreSQL 9.1 database with 500k messages and I would like
to take a look at the code and contribute.
On 09/02/15 03:07, Andrea Brancatelli wrote:
> Hello everybody.
>
> We're workin