Woops, sorry all, there wasn't much activity in this thread the first weeks after I posted it so I haven't checked back very frequently lately.
I'll try to answer your questions in turn:
dzekas wrote:
Kaan1983 wrote:
For my opinion this one is way better then Squirrelmail or whatever..
Could you provide demo login? Will check if it is passes basic security features that are present in SquirrelMail for years.
I've put a demo-site online at
http://83.233.159.4/DemoWebMail. Login with
demo@example.org and password
demo. Outgoing mail is blocked, but you can test sending mail to the demo user.
steve-cooper wrote:
Ah don't worry - it doesn't matter that it's not appearing in that list, it works fine if I put in the right password in the config file!
Is there any way so that file can't be accessed by someone over the internet though as I don't like that anyone can get my hmailserver password if they know where to look!
Cheers,
Steve
Well, it's very unlikely someone will be able to read your Web.config file because it's a standard configuration file that almost every ASP.NET-application uses, and therefore Microsoft has secured it very well. The only way anyone could read the file would be if they got access to the wwwroot of the application, maybe through File-Sharing in a local network or something, but then your server isn't configured correctly. I have
never heard of a Web.config file being read by outside users in a browser.
But I see your point and I'll look into enabling encryption of the AppSettings-section in the Web.Config file for the next update.
steve-cooper wrote:
I'm liking it, but I have another question
Is there any way of viewing more than just the 'Inbox' folder? Would be nice to see other folders I have (like when using IMAP). Or is this what you meant when you say it might not be possible without using IMAP?
Cheers,
Steve
Currently there is no way to do this, but that shouldn't be that hard to implement if you just want to view other folders. What isn't possible today due to limitations of the COM API is moving messages between folders and saving sent/draft messages. Hopefully this will be added to the COM API in the future.
harddiskman wrote:
We couldn't succeed to run your webmail .net codes under win2003 IIS .net 2.0..
Visual Studio 2005 shows that there are missing some references ; "Generic.csproj", "DataAcccess.csproj", "hmailsrver"...
If you just want to use the application you can download the compiled version and follow the instructions at the top of this thread and it should work (this way there is no need for Visual Studio).
I can't see why you would miss those references though. I tried downloading the source and open the .sln-file, and I can compile it correctly. The only projects needed is the hMailServerWrapper and the web site itself. The other references you're missing are other projects I've used when developing other applications (such as database-dependent web sites), I really can't see how you got any references to those...? Would be great if you gave a little more specific information on what files you've downloaded and how you loaded them into Visual Studio.
I hope I answered your questions; thanks for all encouraging replies! I hope I'll have time for an update soon
