Search 
You are here: Forums   
Latest PostsMinimize
RE: Hack attempts seem to be taking down POP3
by SteveT
on 05 Feb 2012 11:46 AM
RE: Hack attempts seem to be taking down POP3
by ub
on 04 Feb 2012 04:52 PM
RE: relaying denied errors
by SteveT
on 02 Feb 2012 10:29 AM
RE: relaying denied errors
by electricpet
on 02 Feb 2012 09:12 AM
RE: relaying denied errors
by SteveT
on 02 Feb 2012 12:57 AM
relaying denied errors
by electricpet
on 30 Jan 2012 10:47 AM
RE: Hack attempts seem to be taking down POP3
by ub
on 25 Jan 2012 07:56 PM
RE: Hack attempts seem to be taking down POP3
by TheOtherBob
on 25 Jan 2012 03:01 PM
RE: Hack attempts seem to be taking down POP3
by ub
on 24 Jan 2012 08:26 PM
RE: I have to migrate mailserver pro > mailserver.net
by vincewarde
on 18 Jan 2012 11:08 AM
I have to migrate mailserver pro > mailserver.net
by vincewarde
on 17 Jan 2012 08:20 PM
RE: How can I set up a DNS server - MySQL
by StephenRussell
on 13 Jan 2012 09:15 AM
RE: How can I set up a DNS server - MySQL
by SteveT
on 12 Jan 2012 01:58 PM
How can I set up a DNS server - MySQL
by StephenRussell
on 12 Jan 2012 05:18 AM
RE: IMAP / iPhone
by Eskissimo
on 06 Jan 2012 07:47 AM
RE: IMAP / iPhone
by Bru92
on 06 Jan 2012 07:35 AM
RE: IMAP / iPhone
by Eskissimo
on 20 Dec 2011 06:03 AM
RE: Feature Request: DKIM Signing
by jeffff
on 13 Dec 2011 05:11 PM

ArGoStuff User to User Support Forums
My wishlist
Last Post 03 Apr 2007 02:34 PM by Roland -. 4 Replies.
Printer Friendly
Sort:
PrevPrev
You are not authorized to post a reply.
AuthorMessages
Dave WebbUser is Offline
Basic Member
Basic Member
Send Private Message
Posts:146

--
04 Jan 2007 04:13 PM  

I don't know how feasible these are but they're features I'd like to see included in ArgoSoft MailServer as part of the webmail interface...

1. Option for users to add their own signature to outgoing messages

2. Ability for users to sort messages ascending or descending

3. Confirmation when deleting a folder (pretty essential I'd have thought)

4. Option to show all other local users in the same domain in the address book

 5. A dropdown list for page numbers (with a few thousand messages the current method looks awful)

6. Allow user to choose how many messages to show per page (probably on the options page)

7. Set messages as read or unread

Dave



Edit: Added some more ...

8. Extra fields in the address book, such as company name

9. A better file format for addrbook.rec for easier copying and pasting from other address books

Dave Webb
www.windows2008forums.co.uk
Roland -User is Offline
Forum Moderator
Veteran Member
Veteran Member
Send Private Message
Posts:1073
Avatar

--
05 Jan 2007 12:52 PM  
My following comments refer to that what we could do. Sure the devolper and owner of ArGo (Archie) could implement all things you request for.

1.
Not easy ... in an old version of Alum@ail (download section) I coded this feature by abusing the finger info settings ... I stored the signature there ... loaded the table in an iframe of the compose page and added the content to the outgoing mail.

2.
Not easy ... you can do it only client side by javascript. So if you want this feature you have to load all messages in a page on not just 20 or so. In addition you have to code a hugh javascript overhead. Both things make the template unacceptable slow.

3.
Easy ... a few lines of javascript in each page where the macro ##folderlist## is used.

4.
There is a tool ArGoGlobal @ cobrics.com

5.
Could be done by javascript ... check my old Alum@il

6.
Not possible I think as it is a global setting in the server.

7.
Not possible I think as you are not able to edit the message file itself or the imap database client side

Isn't the built-in client side template not really poor? When I speak above from my old Alum@il this is because I have stopped to program on this client side stuff. You never can realize the features you wish to have.

I'm coding meanwhile for months on a server side solution (php). I hoped to have it ready on X-Mas but it will take a few weeks more for a first gamma.

-Roland
Roland -User is Offline
Forum Moderator
Veteran Member
Veteran Member
Send Private Message
Posts:1073
Avatar

--
31 Mar 2007 02:05 AM  
Dave,

most points on your wish list are now covered by ...

http://www.argostuff.com/Forums/tab...fault.aspx

-Roland
Dave WebbUser is Offline
Basic Member
Basic Member
Send Private Message
Posts:146

--
03 Apr 2007 05:39 AM  
Had a quick look and it looks great, Roland. As soon as I get chance I'll implement it on my server
Dave Webb
www.windows2008forums.co.uk
Roland -User is Offline
Forum Moderator
Veteran Member
Veteran Member
Send Private Message
Posts:1073
Avatar

--
03 Apr 2007 02:34 PM  
Do not miss to download a recent version - it is under developement and there is every few days a new one ... not too much bugs ... I'm adding permanently new features and optimize things.

-Roland
You are not authorized to post a reply.

Active Forums 4.2
DonationsMinimize

Find our site useful? Make a donation to show your support

Donate

logo_ccMC.giflogo_ccVisa.giflogo_ccDiscover.giflogo_ccAmex.gif

ArGoStuff Supporters

 


News from ArGoSoftMinimize
1 2 3 4 5 6


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


1 2 3 4 5 6

Protect Your Computer today withGet AVG Today


Home:ArGoStuff:Forums:Articles:Cyber Security Tips:FAQ:Downloads:Links
Copyright 2006-2011 by ArGoStuff Terms Of UsePrivacy Statement