• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • VPOP3 Internals • Sending mail from different email addresses or domains • Out of Disk Space When Sending Mail • How to start VPOP3 • Installation conficts • Error Messages • SMTP -> General tab • Which Ports does VPOP3 use? • VPOP3.SetSetting • v3/4 - Move the message store to a new folder/drive

folder

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@reference
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Reset Message Folder Counts
  • VPOP3.GetFolders Lua function
  • VPOP3.RenameFolder Lua function

Fulltext results:

Webmail Menu bar
29 Hits, Last modified: 7 years ago
|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
20 Hits, Last modified: 7 years ago
| |[[Webmail tabs|General tab bar]] || ^ [[#Mail folders|Mail folders]] ^ [[#Selected folder messages|Selected folder messages]] ^ ^ ::: ^ [[#Selected message display|Selected message display]] ^ |
Database -> Restore Tab
18 Hits, Last modified: 7 years ago
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
Reset Message Folder Counts
10 Hits, Last modified: 7 years ago
======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
msgaudit Database table
8 Hits, Last modified: 7 years ago
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... deletes a message, you may see a copy to another folder (eg 'Trash'), then a bit later a message delete, ... py message * D - delete message * E - expunge folder (delete all messages with the IMAP4 'delete' flag
Prune Rules
8 Hits, Last modified: 7 years ago
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 Server Scripting
8 Hits, Last modified: 7 years ago
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
IMAP4 -> Advanced tab
7 Hits, Last modified: 7 years ago
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
VPOP3.RenameFolder Lua function
6 Hits, Last modified: 7 years ago
agement]] function 'VPOP3.RenameFolder' renames a folder for the specified user. VPOP3.RenameFolder(username, folder, newname); * **username** is the username from [[VPOP3.GetUsers]] * **folder** is the folder from [[VPOP3.GetFolders]] * **newname** is the new name for the folder. Note that fol
User Delivery Script
6 Hits, Last modified: 7 years ago
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
What's new in version 5 webmail?
5 Hits, Last modified: 7 years ago
easier to edit permissions to an entire branch of folders. Previously, you would have needed to open each ... ns.\\ Now, if the permissions are identical for a folder and each of its subfolders, you can just edit the parent folder and select **Copy these settings to subfolders, u... e any future linking between the parent and child folder permissions.\\ Permissions will be inherited for
VPOP3.GetFolders Lua function
5 Hits, Last modified: 7 years ago
olders' 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 name (in IMAP4 UTF-7 encoded format - see [[https... table of: * Count - number of messages in this folder * Size - total size (in bytes) of messages in this folder * Unread - number of unread messages in this fo
Find a message
5 Hits, Last modified: 7 years ago
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
VPOP3.GetMessages Lua function
4 Hits, Last modified: 7 years ago
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 returns a table where the key is the message UID and the va
Message Rules
4 Hits, Last modified: 7 years ago
, and how it handles IMAP4 keywords * **Copy to Folder** - this will copy the incoming message to the specified folder as well as the Inbox * **Move to Folder** - this will move the incoming message to the specified folder instead of to the Inbox * **Forward to** - this
Message Archive -> General
4 Hits, Last modified: 7 years ago
Message Archive
4 Hits, Last modified: 7 years ago
VPOP3.DeleteMessage Lua function
3 Hits, Last modified: 7 years ago
SMTP Service - Filtering
3 Hits, Last modified: 7 years ago
VPOP3.PurgeMessage Lua function
3 Hits, Last modified: 7 years ago
VPOP3.MarkMessageRead Lua function
3 Hits, Last modified: 7 years ago
Find biggest messages
3 Hits, Last modified: 6 years ago
Spam Filter Rules: Copy
2 Hits, Last modified: 7 years ago
Spam Filter Rules: Redirect
2 Hits, Last modified: 7 years ago
Webmail Tabs
1 Hits, Last modified: 7 years ago
Attachment Extraction Scripting
1 Hits, Last modified: 7 years ago
Webmail -> Advanced tab
1 Hits, Last modified: 7 years ago
Settings -> Attachment Processing
1 Hits, Last modified: 7 years ago
Database -> Backups Tab
1 Hits, Last modified: 7 years ago
Database -> Message Store Tab
1 Hits, Last modified: 7 years ago
Settings -> Diagnostics
1 Hits, Last modified: 7 years ago
VPOP3 Webmail Help
1 Hits, Last modified: 7 years ago
Users
1 Hits, Last modified: 7 years ago
Management Scripting
1 Hits, Last modified: 7 years ago
imap4_server
1 Hits, Last modified: 7 years ago
Useful Database Queries
1 Hits, Last modified: 4 years ago
Spam Filter Rules
1 Hits, Last modified: 2 years ago
Message Archive -> Results Tab
1 Hits, Last modified: 7 years ago
Import Users From File
1 Hits, Last modified: 7 years ago
New message tab
1 Hits, Last modified: 7 years ago
Scheduling Management Scripts
1 Hits, Last modified: 7 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki