Roundcube Community Forum

Release Support => Pending Issues => Topic started by: freex on June 04, 2009, 05:34:05 AM

Title: Where is the HTML signature file?
Post by: freex on June 04, 2009, 05:34:05 AM
Hello, I just make a HTML signature for my identity on roundcube webmail.
To change the signature manually I see the tree on my account FTP server but I don't found any file with that contain the signature.

Where is stored the signature on server??

Thanks

--
sorry for my bad english
Title: Where is the HTML signature file?
Post by: rosali on June 04, 2009, 07:18:39 AM
In the roundcube database table identities.
Title: Where is the HTML signature file?
Post by: freex on June 04, 2009, 07:46:32 AM
So, i think that it's impossible for me to change the signature manually.
I don't have access to this database, the server is not my server, I only buy a hosting service.

The goal was to add a picture (coding base 64) into signature code HTML, like this :

--------------040600010806040804032894
Content-Type: image/png;
 name="logo_48_10col.png"
Content-Transfer-Encoding: base64
Content-ID: <[email protected]>
Content-Disposition: inline;
 filename=&quot;logo_48_10col.png&quot;

iVBORw0KGgoAAAANSUhEUgAAADIAAAAyBAMAAADsEZWCAAAAAXNSR0IArs4c6QAAABhQTFRF
STg1bGBhhXp6nZKSsauqyMPB39rZ/f/8w54u/AAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAAYEA
AAGBAbqlokxLdrIzKbkP+Z9F/i+W/fP9AUzedZW1i4EwAAAAAElFTkSuQmCC
--------------040600010806040804032894--

Another way to do that ?
Title: Where is the HTML signature file?
Post by: rosali on June 04, 2009, 08:28:48 AM
No access? Not even by PHPMyAdmin or something similar?
Title: Where is the HTML signature file?
Post by: pjamedia on July 09, 2009, 05:44:35 AM
How about referring to the image using an img tag and having the image on a web server somewhere?

You can also get direct access to the html of your signature from within RC. Witin the Identities tab, locate the signature editor and hit the html button above the edit window to get the html editor for your sig.

Cheers, Paul