Hey everyone,
I had an idea for a feature that I think would be handy. Whenever you send
an email or reply to an email, have RoundCube remember the address you're
mailing and use that in addition to the address book for autocompletion
suggestions when you're typing the Recipient field.
Before I start coding this patch, my questions are:
1) Is anybody working on this feature already?
2) Would anybody else like to see this feature added?
3) What would be the best way to store the email addresses? A new MySQL
table? A flatfile? As address book records with an extra flag to prevent
them from showing in the address book view?
-Ben
_______________________________________________
List info: http://lists.roundcube.net/dev/
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Tf/aG1zHKLY/pl.tar.gz
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello all,
I recently (actually yesterday) set up RoundCube, and I've gotta say, it
looks quite promising.
One thing I was missing though, was being able to override SMTP settings
from within Identities. This is because I use 3 different POP3/SMTP
accounts that I collect into a single IMAP account. For each of these
accounts I have to use different SMTP settings.
This is where the following patch comes in:
http://schrei00.dyndns.org/files/roundcubemail-identity-smtp.svn1039.diff
Basically it adds the smtp_ settings to the identity settings, and, and
this is the ugly part, passes the identity array all the way through, until
the SMTP connection data is being assembled. The patch doesn't take care of
non-MySQL databases. (The other DDL scripts are not being updated.)
I do understand that this patch is an ugly hack, but I wanted to get
opinions on whether this feature is actually desirable, or if I'm the only
one needing it.
Opinions/ideas/suggestions are welcome,
Hobbes
PS: Sorry if this turns out to be a double 'post', but I confirmed the list
subscription only after sending this mail the first time.
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello all,
I recently (actually yesterday) set up RoundCube, and I've gotta say, it
looks quite promising.
One thing I was missing though, was being able to override SMTP settings
from within Identities. This is because I use 3 different POP3/SMTP
accounts that I collect into a single IMAP account. For each of these
accounts I have to use different SMTP settings.
This is where the following patch comes in:
http://schrei00.dyndns.org/files/roundcubemail-identity-smtp.svn1039.diff
Basically it adds the smtp_ settings to the identity settings, and, and
this is the ugly part, passes the identity array all the way through, until
the SMTP connection data is being assembled. The patch doesn't take care of
non-MySQL databases. (The other DDL scripts are not being updated.)
I do understand that this patch is an ugly hack, but I wanted to get
opinions on whether this feature is actually desirable, or if I'm the only
one needing it.
Opinions/ideas/suggestions are welcome,
Hobbes
_______________________________________________
List info: http://lists.roundcube.net/dev/
For all the testers in dev - I made the flag/unflag functionality work by standard coding. It is set to later, but I have been using it for some months now without any trouble. You can apply the diff to test it on your configuration (=> hope it still works on current SVN).
http://trac.roundcube.net/ticket/1484623
Seansan
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/nF/tAePW75L/4A.bmp
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi there, good to be back in dev list
-- Can we add #1484601 to current roadmap? Seeing all the mails that have a "display images" bar would really improve the viewing of these messages.
I was just testing the branched trunk. Looks good - now real errors so far, only the error below in logs (am running PHP 5, svn 990).
-- [02-Feb-2008 10:59:47] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]:
Unknown modifier '/' in /program/include/rcube_imap.inc on line 1774
-- [02-Feb-2008 10:59:47] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]:
Unknown modifier '/' in /program/steps/settings/manage_folders.inc on line 122
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/dP/eCMeGbXV/Emoticon3.gif
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi guys.
When composing messagewith HTML editor, all international characters are
converted into HTML entities. Then, when sending this message, an alternative
plain text MIME part is created. RoundCube should convert these HTML entities
back to utf-8 for this plain text part. Tested with RC2.
Patch against
program/steps/mail/sendmail.inc
in trunk attached.
Thanks for your work.
Jiri Kaderavek
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/rA/yaa70l7/sendmail.inc.patch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello - Was hoping for a little help please.
I have a homepage and a form which allows a user to enter a
username/password.
I am trying to make this username and password send direct to my
roundcube install. This part works fine.
However when the wrong user/pass are entered roundcube gives the usual
error 'login failed' but returns the user to the roundcube index.php - I
would prefer it to return to user to my login form.
I don't suppose anyone could help me locate the required section of code
so I can edit.
Kind Regards,
Daniel
_______________________________________________
List info: http://lists.roundcube.net/dev/