| ArGoStuff User to User Support Forums |
Web Interface Last Post 18 Feb 2008 01:04 AM by Steve Topilnycky. 3 Replies. | Sort: |
| Prev Next | You are not authorized to post a reply. | |
Thomas -
 New Member
 Posts:17
 | | 19 Dec 2007 03:28 PM |
| Hi all
I have successfully moved to Mail Server .net and trying out the new look and feel of the Webinterface. It looks well, just I am missing a button to check for new mail arrivals. Clicking on the Inbox does not find new mail. You have either to change the folder or log out and log in again. Another way would be a automatic periodical check during you display the inbox screen.
Thomas
| | | Thomas Jakober
3S System Software Support
http://www.3sweb.net |
|
|
Steve Topilnycky Forum Administrator
 Veteran Member
 Posts:1278

 | | 22 Dec 2007 10:17 AM |
| I have not tried this, but you could add the HTML META refresh tag to the page to force a refresh: <meta http-equiv="refresh" content="600"> The 600 represents 600 seconds. You can change this to any value of your choosing. You can change the content parameter to this and force it to redirect to another page: content="600;url=new URL" | | - - - - - - -
Regards, Steve Topilnycky Top Cat Computing http://www.topcatcomputing.com/ | |
| godhn
 New Member
 Posts:11
 | | 17 Feb 2008 05:19 PM |
| Steve,
Is there a way to add that Meta Refresh as a button click? I'd like to implement a "Check Mail" button, rather than an automatic refresh?
Thanks,
Dan | | | |
| Steve Topilnycky Forum Administrator
 Veteran Member
 Posts:1278

 | | 18 Feb 2008 01:04 AM |
| Dan, I was thinking of Javascript but .NET uses a Post back and view state, so I am not sure if the list would be refreshed or not. The other way is a button that links back to the page, thus reloading it. Of course I have not tested this. How about a DataGrid.refresh event. That should work. Create a button that when clicked would execute a DataGrid.refresh event. | | - - - - - - -
Regards, Steve Topilnycky Top Cat Computing http://www.topcatcomputing.com/ | |
|
| You are not authorized to post a reply. |
|
Active Forums 4.2 |
|  | | Mail Server v1.0.8.3 |
- Added support of STARTTLS (STLS) command for SMTP, POP3, IMAP, and SMTP relay and delivery, which will
allow secure, fully encrypted connections, when possible;
| | 11/6/2011 1:10:34 PM |
| Mail Server v1.0.8.2 |
- Optimized delivery speed. In earlier versions each "tick" which was checking whether messages were
in the outbox queue, was picking up only one message at a time. Now it will attempt to pick MaximumAllowedThreads-ActiveDelivery threads
messages, which should considerably increase deliver speed;
- Optimized SEARCH and STATUS IMAP commands. They appear to be used very extensively by Android, and (not that extensively, but still) by
iPhone. Now users who use mobile phones to access their IMAP accounts will see considerable improvement;
- Optimized STORE IMAP command. Before storing of IMAP flags was occuring one message at a time, which seemed to be fine
with SQL server, but proved to be slow for SQLite... Now it happens with single SQL call.
| | 10/8/2011 7:59:35 PM |
| ArGoSoft Mail Server v1.0.8.1 | -
Fixed a bug: when using IMAP via Firefox with "When I delete a message, move it
to Trash folder" option, marking messages in the trash folder was causing high CPU usage,
and was taking some time, making the server pretty much non-responsive. The problem was
happening only when using SQLite.
| | 6/6/2011 9:33:36 PM |
| ArGoSoft Mail Server v1.0.8.0 |
- Fixed a problem with web interface - was showing only first page of messages, and would not
switch to other pages; In order to fix the web interface, mail server itself has to be updated;
- When installint initially, was still using SQLite, even when SQL was requested;
- There was a problem with switching from SQLite database engine to SQL server database engine:
the SQL database was not being created;
| | 5/23/2011 5:53:55 PM |
| ArGoSoft Mail Server .NET v1.0.7.9 |
- The server no longer requires Microsoft SQL Server. If SQL server is not found, it will use
SQLite engine, which does not require separate installation. If SQL server is found, then user will be
prompted whether he wants to use it;
- Made other improvements, such as, now mailbox rebuild indexes orphaned records, rather then deleting them,
also added an opotion to increment UIDL validity of folder (both on the Mailbox viewer box);
- Made minor improvements on web interface;
| | 4/26/2011 9:47:25 PM |
| |
|  |  | |  |
|