Roundcube Community Forum

Release Support => Older Versions => 0.1 Beta 1 => Topic started by: dogcow on June 27, 2006, 12:26:11 PM

Title: Append domain to the To: field
Post by: dogcow on June 27, 2006, 12:26:11 PM
I was looking at the code last night, and I wanted to add a line that if the To: field contains, for example 'User' instead of 'User@domain.com', the '@domain.com' part gets added internally.

This would make it somewhat easier/faster to send internal emails from members to other members.

If someone could post the additional lines for this, that would be great. I could probably figure it out myself, but it would take awhile. ::)
Title: Re: Append @macgui.com to the To: field
Post by: urbanx on June 27, 2006, 02:38:51 PM

this should probably be done at the MTA level.
Title: Re: Append @macgui.com to the To: field
Post by: dogcow on June 27, 2006, 06:28:38 PM
Quote from: urbanx

this should probably be done at the MTA level.

you mean with JavaScript?
Title: Re: Append @macgui.com to the To: field
Post by: bpat1434 on June 27, 2006, 06:47:22 PM
No, he means at the server level I think. Like the IMAP server should automatically do it.
Title: Re: Append domain to the To: field
Post by: dogcow on June 28, 2006, 02:37:04 PM
Quote from: Brett

No, he means at the server level I think. Like the IMAP server should automatically do it.


Oh, well I don't know how to do that and I doubt I could get my web host to make the fix either.
Title: Re: Append @macgui.com to the To: field
Post by: SKaero on June 28, 2006, 02:41:03 PM
that a good idea! Gmail, Aol, and Yahoo have it, or someing like you tipe in the first of the name and it makes a list
Title: Re: Append @macgui.com to the To: field
Post by: Prasad1337 on June 29, 2006, 04:37:06 PM
Quote from: SKaero
Gmail, Aol, and Yahoo have it, or someing like you tipe in the first of the name and it makes a list
Yeah!
And oh, one more thing,
in RoundCube,
the names that come up have to be clicked.
in gmail, i can just press enter to select it and have it entered in the To field.
but in RC if i press enter the list goes away.
Title: Re: Append @macgui.com to the To: field
Post by: urbanx on August 01, 2006, 11:04:59 AM
Quote from: Brett
No, he means at the server level I think. Like the IMAP server should automatically do it.

correct. in fact, i believe that postfix does this automatically.