Author |
|
FoY Newbie
Joined: 19 September 2014
Online Status: Offline Posts: 20
|
Posted: 19 September 2014 at 10:49am | IP Logged
|
|
|
Hi There,
When logged in, I have (UserName@WebSite.com), and it is that same way in PHP MyAdmin. But when sending messages, the email addresses are all small case (username@website.com). How do I change that?
And how can I Overwrite the login page @ image? The background image Changed 1 2 3, when I uploaded a custom background.
In Settings, what's the PassWord box there for? I Want That Removed.
I Tested (Enable desktop notifications), but Doesn't seem to do anything.
And how about Global Signatures?
Roundcube Added replying Without the Replied To Message showing! That was a Great idea!
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 22 September 2014 at 2:18am | IP Logged
|
|
|
Quote:
When logged in, I have (UserName@WebSite.com), and it is that same way in PHP MyAdmin. But when sending messages, the email addresses are all small case (username@website.com). How do I change that? |
|
|
That's not configurable behavior. However, since we're speaking of free & opensource software, you are certainly allowed to make any modifications and add any features you require.
Quote:
And how can I Overwrite the login page @ image? The background image Changed 1 2 3, when I uploaded a custom background. |
|
|
That's going to require CSS modification, namely .login_panel .header .icon part. You'll need to discard the existing logo output (which isn't actually an image) output by adding:
Code:
.login_panel .header .icon:before {
display: none;
} |
|
|
In WebMail Pro, we've added Branding feature which allows for supplying logo image from within adminpanel.
Quote:
In Settings, what's the PassWord box there for? I Want That Removed. |
|
|
The interface is completely template-driven, so feel free to remove the items you don't want to be displayed.
Quote:
I Tested (Enable desktop notifications), but Doesn't seem to do anything. |
|
|
This functionality depends on web browser used, and browser window needs to be inactive for the notification to work.
Quote:
And how about Global Signatures? |
|
|
Available as a plugin.
Quote:
Roundcube Added replying Without the Replied To Message showing! That was a Great idea! |
|
|
You can post feature suggestions at afterlogic.uservoice.com, and if the feature gets a substantial number of votes, we'll consider implementing it.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
FoY Newbie
Joined: 19 September 2014
Online Status: Offline Posts: 20
|
Posted: 22 September 2014 at 7:59am | IP Logged
|
|
|
Is there any file where I can Change my account to Always Showing CaSeSeNsItIvE@WebSite.com?!
How About Not saving Sent Messages by Default? :--)
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 23 September 2014 at 2:01am | IP Logged
|
|
|
Quote:
Is there any file where I can Change my account to Always Showing CaSeSeNsItIvE@WebSite.com?! |
|
|
That's not configurable, and we chose to implement that behavior as keeping characters' case caused issues with various mail servers. If you need to supply email address with arbitrary character case used, you can add identity to the account and select it when sending mail out.
Quote:
How About Not saving Sent Messages by Default? :--) |
|
|
You can disable that on system level by setting SaveMail to DefaultOff in data/settings/settings.xml file.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
FoY Newbie
Joined: 19 September 2014
Online Status: Offline Posts: 20
|
Posted: 23 September 2014 at 7:18am | IP Logged
|
|
|
"If you need to supply email address with arbitrary character case used, you can add identity to the account and select it when sending mail out."
As I wrote in the 1st Post in this message, even when I do Send Emails with Arbitrary Character Case, it shows up at Email receive end All small letters. I Tested that sending Email to 2 Different Places.
|
Back to Top |
|
|
FoY Newbie
Joined: 19 September 2014
Online Status: Offline Posts: 20
|
Posted: 24 September 2014 at 12:56pm | IP Logged
|
|
|
Login page on Current IE version Doesn't show the word (Email) in the login box, but it Does show (PassWord) where that should go. Non IE based browsers Don't have that issue.
|
Back to Top |
|
|
FoY Newbie
Joined: 19 September 2014
Online Status: Offline Posts: 20
|
Posted: 24 September 2014 at 9:04pm | IP Logged
|
|
|
Also, on phones Upright position, Settings is on Top of Email Account Options area after clicking on the Settings link. How can I Email U Photo Shot of that issue?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 25 September 2014 at 1:09am | IP Logged
|
|
|
You can upload screenshots to any image hosting service such as imageshack.us and post links here.
Please bear in mind that WebMail Lite doesn't come with guaranteed support from AfterLogic, even though we strive to respond to all the requests we receive here.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
FoY Newbie
Joined: 19 September 2014
Online Status: Offline Posts: 20
|
Posted: 25 September 2014 at 9:33am | IP Logged
|
|
|
The Same Issue is also with the Default DeepForest BG.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 26 September 2014 at 1:30am | IP Logged
|
|
|
I'd suggest to try WebMail Pro - unlike Lite edition, it offers mobile version of the interface. Standard version of the interface will indeed have issues when rendering on displays with smaller width, there's no simple way around that.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
FoY Newbie
Joined: 19 September 2014
Online Status: Offline Posts: 20
|
Posted: 26 September 2014 at 7:36pm | IP Logged
|
|
|
All of a sudden when Editing settings.xml, it Messes Up the software. I made Various setting changes for A few days Without any issues. Now Any Changes Messes Up the software. Even with Fresh Install Tests. Could that be the Server causing that.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 29 September 2014 at 1:05am | IP Logged
|
|
|
It's not really possible to assist you without a detailed description of what exactly did you change and what was the effect. Thank you for understanding.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
FoY Newbie
Joined: 19 September 2014
Online Status: Offline Posts: 20
|
Posted: 29 September 2014 at 8:32am | IP Logged
|
|
|
It was Any settings.xml Change that was Messing Up the Software. I seems to be OK now.
|
Back to Top |
|
|
FoY Newbie
Joined: 19 September 2014
Online Status: Offline Posts: 20
|
Posted: 30 September 2014 at 6:45pm | IP Logged
|
|
|
The Issue Is whenever I PROPERLY Edit settings.xml, that Messes Up the Software.
I TestedEditing settings.xml on a Different Server, and had No Issues. So it must be the Server that's Causing the Issue.
|
Back to Top |
|
|
FoY Newbie
Joined: 19 September 2014
Online Status: Offline Posts: 20
|
Posted: 30 September 2014 at 10:38pm | IP Logged
|
|
|
Also, What's the Easiest way to Edit any of the Language files? :--)
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 01 October 2014 at 1:30am | IP Logged
|
|
|
Quote:
The Issue Is whenever I PROPERLY Edit settings.xml, that Messes Up the Software. |
|
|
Sorry, that still doesn't explain what's going on. We would need a more detailed description of the problem.
Quote:
Also, What's the Easiest way to Edit any of the Language files? :--) |
|
|
Language files are found under i18n directory, they're presented in standard .INI file format:
Code:
[section-name-here]
constant-name = "constant-value"
... |
|
|
Detailed information on handling language files is found at:
http://www.afterlogic.com/wiki/Improving_and_adding_translations_(WebMail_Lite)
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
FoY Newbie
Joined: 19 September 2014
Online Status: Offline Posts: 20
|
Posted: 01 October 2014 at 2:26am | IP Logged
|
|
|
Where does That Code go? [section-name-here]
constant-name = "constant-value"
...
Once the Code is Added, then All English Words can be RE Worded?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 01 October 2014 at 2:30am | IP Logged
|
|
|
That's not a code, I was demonstrating the idea of how language files are structured. Open i18n/English.ini file as an example.
Upon modifying the language file, be sure to purge all the files under data/cache directory to have the changes applied.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
FoY Newbie
Joined: 19 September 2014
Online Status: Offline Posts: 20
|
Posted: 01 October 2014 at 9:51am | IP Logged
|
|
|
The settings.xml Issue makes WebSite.com/mail Only Show (AfterLogic API) After I Edit settings.xml. But on Another Server that I use for Testing, that Isn't an Issue.
Also, I'm Now able to See Changes that I make in the English i18n file, now that I Deleted the Cache on my Testing web site.
|
Back to Top |
|
|
FoY Newbie
Joined: 19 September 2014
Online Status: Offline Posts: 20
|
Posted: 01 October 2014 at 4:32pm | IP Logged
|
|
|
Below the Spam Folder, is Trash, and Another Spam Folder is Under the Trash Folder. Is it Supposed to be that way?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 02 October 2014 at 1:00am | IP Logged
|
|
|
Quote:
Below the Spam Folder, is Trash, and Another Spam Folder is Under the Trash Folder. Is it Supposed to be that way? |
|
|
You mean there's a Spam subfolder of Trash folder? If yes, I believe that's not WebMail doing that. WebMail will, however, create the folders it requires - unless the folders with matching names are already there, and unless that behavior is overriden with the plugin.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
FoY Newbie
Joined: 19 September 2014
Online Status: Offline Posts: 20
|
Posted: 02 October 2014 at 1:25am | IP Logged
|
|
|
What does (AfterLogic API) Mean? Why does One server Show That instead of showing web mail After I Edit settings.xml, and my Test server Doesn't show that after I Edit settings.xml? :--)
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 02 October 2014 at 1:37am | IP Logged
|
|
|
That means the XML is malformed. The simplest example - let's take this line:
Code:
<SiteName>AfterLogic WebMail Lite</SiteName> |
|
|
Now if you rename </SiteName> to, say, </SiteTitle> but the opening tag <SiteName> stays unchanged, the file can no longer be parsed correctly as all the tags must be closed.
We do agree though that the message itself is ambiguous, and will replace that text with something more clear.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
FoY Newbie
Joined: 19 September 2014
Online Status: Offline Posts: 20
|
Posted: 02 October 2014 at 11:18am | IP Logged
|
|
|
In Every Edited part of settings.xml, such as <MailsPerPage>100</MailsPerPage>, the Only Changes that I make is in the Middle part such as in this case the 100. I'm Not editing the Open/Close tags. But on the One server out of 2 that I'm editing on, it shows (AfterLogic API) Simply from Changing the 100 part. My Testing site Doesn't have those Issues. Only the site that I want to use the web mail with has that Issue.
The Test site & the Actual site to use the web mail program Both have AfterLogic Edited the Exact Same, Except for Database info, Etc.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 03 October 2014 at 1:23am | IP Logged
|
|
|
No clue then, sorry, what you seem to do looks entirely correct, it might be the server setup messing with the file structure somehow.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|