Fulltext results:
- French Webmail Language File @how_to
- button=Delete moveto=Move To: movebutton=Move markreadbutton=Mark Read markunreadbutton=Mark Unread basicviewbutton=basic view msgsin=Msg(s) in choosefolder=Choose folder... selecttarge
- German Webmail Language Page @how_to
- veto=Verschieben nach: movebutton=Verschieben markreadbutton=Gelesen markunreadbutton=Ungelesen basicviewbutton=basic view msgsin=Nachricht(en) in choosefolde... tach=This message contains attachments v4gridhoverread=This message has been read v4gridhoverunread=This message has not been read v4msghdrsubject=Subject v4
- Spanish Webmail Language File @how_to
- e temppasswordsent=Una password temporal ha sido creada nonexistentuser=El usuario especificado no exist... utton=Borrar moveto=Mover a: movebutton=Mover markreadbutton=Marcar como leido markunreadbutton=Marcar como NO leido basicviewbutton=Vista Basica msgsin=Msg(s... tach=This message contains attachments v4gridhoverread=This message has been read v4gridhoverunread=This
- Mail tab @reference
- ntaining fields: **From**, **Subject**, **Date**, read, flagged, with attachments, **Size**. By default,... ce of "Move to folder". ====Marking messages read/unread==== There are three ways to change the read status of a message: - Right-click context menu - Sel
- Webmail Menu bar @reference
- r folder or user |4+ |Mail tab only | |-> |Mark read |Message is selected, currently unread |Marks all nominated messages as read |4+ |Mail tab only | |-> |Mark unread |Message is selected, currently read |Marks all nominated mes
- Transmission Receipt Message @how_to
- the transmission receipt if the sender asks for a read receipt. You can change this by going to **Setti... = In Internet email, there is no such thing as a 'Read receipt'. Even though many email clients have the... being designed. This means that if you request a read receipt from your email client you cannot tell ho... - Some email clients will automatically send a read receipt when a message asking for one is read -
- VPOP3.MarkMessageRead Lua function @reference
- ======VPOP3.MarkMessageRead Lua function====== The [[management scripting|Lua management]] function 'VPOP3.MarkMessageRead' marks or unmarks a specified message as read. VPOP3.MarkMessageRead(username, folder, UID, read); * **username** is the username from [[VPOP3.
- Prune Rules @reference
- t you can set it by clicking in that column. ====Read==== The read column indicates whether this rule will apply to read messages, unread messages or either. This could be useful if you only want to delete messages that have
- Is it possible to stop messages that VPOP3 downloads from being marked as read? @how_to
- essages that VPOP3 downloads from being marked as read?====== VPOP3 does not mark messages as read when it downloads them. In fact, the POP3 protocol doesn't have a system available for marking messages as read, so it is impossible for VPOP3 to mark messages as read. If your ISP's Webmail is showing messages marke
- Autoresponder Global Scripting @reference
- the originator email address of the autoresponse (read/write) * ReturnPath - the return path of the autoresponse (read/write) * Subject - the subject of the autoresponse (read/write) * ReplyTo - the ReplyTo email address of the autoresponse (read/write) * RespondTo - the default email address
- Lua SMTP Relay Control @reference
- VPOP3. In VPOP3 3.0.0L and later, there are two read-only global variables set at the start of the scr... ation in VPOP3 In VPOP3 5 and later, there is an read/write global variable * UseBATV - this is a boo... h address In VPOP3 6.7 and later, there are more read/write global variables and a read-only variable * MaxMessagesPerConnection - The maximum number of me
- How to Restore a backup of VPOP3 @how_to
- _vpop3|full backup of VPOP3]], - If VPOP3 is already installed, make sure VPOP3 is shut down before s... rtant: there may be an error about the database already existing, and also an error that the 'plpgsql' language is already installed. (Each of these errors may have severa... _vpop3|full backup of VPOP3]], - If VPOP3 is already installed, make sure VPOP3 is shut down before s
- Status Monitor (port 5109) protocol @reference
- ster, password 'admin' +OK VPOP3 Status Server Ready <3.d28.51abf1c9> LOGIN postmaster admin +OK... s a welcome line like: +OK VPOP3 Status Server Ready <3.d28.51abf1c9> The ''<3.d28.51abf1c9>'' text... ster, password 'admin' +OK VPOP3 Status Server Ready <3.d28.51abf1c9> ALOGIN postmaster 9077A0BE9A... s a welcome line like: +OK VPOP3 Status Server Ready <3.d28.51abf1c9> The ''<3.d28.51abf1c9>'' text
- Misc -> Advanced Tab @reference
- he settings to their defaults. ====Don't multi-thread VPOP3 plugins==== If you have any VPOP3 plugins i... as necessary, possibly with multiple processing threads at once. Correctly written plugins should be abl... are using a plugin which crashes if it is multithreaded, you can check this box, to make VPOP3 only cal... rvers will count the 'hops' which a message has already made (done by counting the number of 'Received:'
- Reset Message Folder Counts @reference
- then 1 else 0 end) as newcnt, count(case when read and not hold then null else msgid end) as unreadcnt, sum(case when hold then 1 else 0 end) as holdcn... =ff.cnt, totalsize=totsize, newcount=newcnt, unreadcount=unreadcnt, holdcount=holdcnt from ff where f.folderid=ff.folderid; (Copy and paste if possible!