Fulltext results:
- Webmail Menu bar
- |Message is open or selected, not in Sent/Drafts folders |Opens a new tab to reply to the nominated mes... |Message is open or selected, not in Sent/Drafts folders |Opens a new tab to reply to sender and all rec... |Message is open or selected, not in Sent/Drafts folders |Opens a new tab to forward the nominated messa... s original recipients |4+ |Not visible in Drafts folder | |-> |Edit Draft |Message is open or selected
- Mail tab
- | |[[Webmail tabs|General tab bar]] || ^ [[#Mail folders|Mail folders]] ^ [[#Selected folder messages|Selected folder messages]] ^ ^ ::: ^ [[#Selected message display|Selected message display]] ^ |
- Database -> Restore Tab
- r), and is for performing a partial (mailbox/mail folder) restore of the database. To do a full restore of... should probably restore into a different mailbox/folder from the original location, and then move the des... er, go to a command prompt in the VPOP3\pgsql\bin folder and run a command like createdb -U postgres -E... available options)) Choose the appropriate users/folders from the grid underneath the connection paramete
- msgaudit Database table
- e IP address the event was triggered by * sourcefolder - the folder the message was in at the start of the event * targetfolder - the folder the message was in at the end of the event (if it was different from the sourcefolder) * s
- VPOP3.RenameFolder Lua function
- ======VPOP3.RenameFolder Lua function====== The [[management scripting|Lua management]] function 'VPOP3.RenameFolder' renames a folder for the specified user. VPOP3.RenameFolder(username, folder, newname); * **username** is the userna
- Reset Message Folder Counts
- ======Reset Message Folder Counts====== In extremely rare cases, the mail folder message counts in the database may get out of step... is 'vpop3pass') Then, type with ff as (select folderid,count(msgid) as cnt, coalesce(sum(length(msgdat... hold then 1 else 0 end) as holdcnt from messages.folders left join (messages.foldermessages inner join
- What's new in version 5 webmail?
- **Download** button =====Apply permissions to subfolders===== It is now easier to edit permissions to an entire branch of folders. Previously, you would have needed to open each subfolder individually and apply the permissions.\\ Now, if the permissions are identical for a folder and each of its subfolders, you can just edit the
- IMAP4 Server Scripting
- When the IMAP4 LIST command is received, for each folder to be returned by the command, VPOP3 calls DoListResult(foldername, attributes, extended) * foldername = the name of the folder * attributes = the attributes which will be returned for the list * exte
- Message Archive
- hen the messages are stored in the VPOP3\_archive folder (not subfolders) as **P<something>.DAT**. At this point the messages are not indexed, and cannot be searc... rchable index database, and move the file to a subfolder of the **Main Archive Store** folder (which may be VPOP3\_archive, or may have been changed) and renamed
- VPOP3.GetFolders Lua function
- ======VPOP3.GetFolders Lua function====== The [[management scripting|Lua management]] function 'VPOP3.GetFolders' retrieves a table containing all the mail folders for a specified user. VPOP3.GetFolders(username); It returns a table where the key is the folder nam
- Prune Rules
- e same configuration as the user prune rules. ====Folder==== The folder column defines which folder(s) the prune rule applies to. Initially this is set to Inbox, but you can click on the folder name to set it to any folder name you wish. Alter
- IMAP4 -> Advanced tab
- e mailboxes==== In the IMAP4 service you may have folders which do not exist. For instance, if you are accessing a shared Inbox folder from a user called 'Karen', then their folder will be called **#users/Karen/Inbox**. The #users and #users/Karen folders are not actually present, but will be displayed
- User Delivery Script
- of keywords to be associated with the message * Folders - a table containing a list of folders for the message to be delivered to * SpamScore - the VPOP3 spam... s still being delivered into at least one message folder. If the message is quarantined or Message Rules ... e indicated that it is not to be delivered to any folders, then it will not be delivered further so **Deli
- VPOP3.GetMessages Lua function
- e containing all the mail messages in a specified folder. VPOP3.GetFolders(username, folder); * **username** is the username from [[VPOP3.GetUsers]] * **folder** is the folder from [[VPOP3.GetFolders]] It ret
- Find a message
- mname, tolist, attachments, spam, size, username, folder FROM allmessages INNER JOIN foldermessages fm USING (msgid) INNER JOIN folders f ON f.folderid=fm.folderid INNER JOIN users.users ON userid=usernumber WHERE subject ilike '%<subject t