[FR] BB10 should support automatic filtering using Sieve

It would be great if BB10 could support automatic email filtering/filing.
Sieve works great for IMAP based mail systems, which is what most people will use besides Activesync.
When the user needs to modify rules, BB10 devices would simply need to connect to the server and edit the sieve script.
It would probably be best to add the BB rules to the main files. That way the OS could easily provide a UI for the support functions like filing messages based on email addresses.
Olivier - interfaSys ltd
Developing for BlackBerry 10 devices using the Sencha Touch framework.

An app could probably be written, but it wouldn't be integrated and might not be very user friendly because of that.
Server-Based Sieve
http://sieve.info/servers
AfterLogic ManageSieve Server, a standalone Sieve server.
The Alt-N Technologies SecurityGateway has a filtering engine which is based upon the Sieve mail filtering language.
Archiveopteryx is an IMAP and SMTP Server with Sieve support on IMAP level.
AXIGEN is a mail server with groupware and collaboration functionalities and SMTP, POP3, IMAP and Sieve support.
The Carnegie Mellon University Sieve implementation was initially released in January, 1999. It's now part of the Cyrus IMAP server. ManageSieve has been implemented as part of the CMU Cyrus Sieve suite.
Citadel is a tightly integrated, easy to install, open source groupware platform. Sieve support began with version 7.00 of the system. Normal users can have Sieve scripts auto-generated when they use a web-based rules editor. Advanced users can compose their own Sieve scripts and enter them using the web interface or the managesieve protocol.
DBMail is adding support for Sieve and ManageSieve.
Dovecot has a plugin that adds support for the Sieve language to its local delivery agent. For Dovecot versions before v1.2, this plugin was based on the CMU Cyrus Sieve suite. As per Dovecot v1.2, a rewritten implementation of the plugin is provided. It is part of the Pigeonhole project, which also provides native ManageSieve protocol support for Dovecot.
Exim v4 has support for Sieve scripts.
Isode M-Box includes support for Sieve, which is thread safe version of Cyrus Sieve. ManageSieve has been implemented as part of the Isode M-Box suite.
Apache JAMES project can use the JSieve component. JSieve is a language processor that can also be plugged into any internet mail application to add Sieve support.
Kerio Connect has a filtering engine which is based upon the Sieve mail filtering language.
mvmf is a delivery agent currently in use, and still under active development. Its scripting language includes an embedded Sieve implementation.
Oracle Communications Messaging Exchange Server (former Sun Java System Messaging Server) has support for Sieve.
Newer versions of PMDF from Process Software have Sieve support via a web-based interface.
Perdition is a proxy server supporting POP3, IMAP and ManageSieve (as of version 1.19).
pysieved: Python Managesieve Server, a standalone Sieve server that can be tied to different solutions.
Rockliffe Mailsite v5 supports server, domain and mailbox level Sieve filtering with a rule based windows GUI, and a slightly limited web based GUI. A trial version can be downloaded from the web site.
Some Sendmail, Inc. products support Sieve.
Vircom's modus line of email and front-end servers uses a Sieve engine.
Olivier - interfaSys ltd
Developing for BlackBerry 10 devices using the Sencha Touch framework.

Similar Messages

  • Set Junk Email Filter to "No Automatic Filtering" using regedit

    I found
    http://support.microsoft.com/kb/2813164/en-us#survey which says to change HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\Options\Mail
    to DWORD: JunkMailProtection to value 0xfffffff. 
    When I went to that location, there was NO existing DWORD JunkMailProtection already in place.  I created one.  It did not change my filter from Low to No Automatic Filtering. 
    I ran a registry compare before and after changing manually.  No change indicated in the registry, and incidentally in the setting of 0xfffffff, when I changed it manually to any other value.
    Does someone know the true whereabouts of the registry that controls the Email Filtering options?  I do NOT have the junk email filtering disabled via a UI policy.

    Hi,
    I added the Key and DWORD in the path:
    HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\Options\Mail
    But it didn't work, then I added the Key and DWORD to this path:
    HKEY_CURRENT_USER\Software\Policies\Microsoft\office\14.0\outlook\Options\Mail
    It worked like a charm.
    I hope this helps.
    Regards,
    Melon Chen
    TechNet Community Support

  • Suggestion​:BB10 should support BDS (BeiDou navigation System)

    Z10 is a business phone, so it needs support from big companies and governments. BeiDou navigation System(BDS) is just setup by Chinese government, they eager to push it into the market. BUT, what they want is reliable smart phone or mobile terminal for millions of end users. If BB support it , Chinese government will be very happy to adopt BB10 and give you a huge support.
    This is a huge opportunity for BB to take CN market.

    Hello jobscc,
    which smartphones are currently supporting the BeiDou Navigation System?
    After looking fast on the internet, BDS is a competitor to the American GPS and the (future) European Galileo, and a BDS device cost more than 300USD (just the BDS with no service).
    so if the Chinese government want the technology to emerge, they will have to convince manufacturers to do so... starting with mainland China, Taiwan, and Hong Kong manufacturers before reaching a Canadian company like BlackBerry...
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • [svn] 1307: modules: added support for automatically adding " use namespace X", depending on the -target-player value

    Revision: 1307
    Author: [email protected]
    Date: 2008-04-18 16:28:33 -0700 (Fri, 18 Apr 2008)
    Log Message:
    modules: added support for automatically adding "use namespace X", depending on the -target-player value
    * similar to how we add "use namespace AS3"
    * symmetric with ASC's -use feature, however we don't have equivalent commandline support yet
    Bugs: n/a
    QA: Nothing in particular, except for testing the new functionality of -target-player (email me about this)
    Doc: Maybe: If we doc about "use namespace AS3" being added to all Flex compiles, we may want to talk about this.
    Reviewers: Pete and Erik
    Modified Paths:
    flex/sdk/trunk/frameworks/flex-config.xml
    flex/sdk/trunk/lib/asc.jar
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/BatchCompiler.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/Compiler.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/ScriptCompiler.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/Parser.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/util/Context.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/util/ContextStatics.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/SymbolTable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/MetaDataParser.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/Configuration.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/DefaultsConfigurator.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleDef.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleModule.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StylesContainer.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/reflect/TypeTable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/AtEmbed.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/tools/SwfxPrinter.java

    Thanks for your attention.
    In the above logs, higher resolutions seems to be detected on both screens, hence my surprise :
    [ 391.631] (II) intel(0): Printing probed modes for output LVDS1
    [ 391.631] (II) intel(0): Modeline "1600x900"x60.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
    [ 391.897] (II) intel(0): Printing probed modes for output HDMI1
    [ 391.897] (II) intel(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz eP)
    If it can help here is also my current xrandr output (after having called it manually to use the preferred resolution of each screen)
    itanguy ~ $ xrandr
    Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 8192 x 8192
    LVDS1 connected 1600x900+0+0 (normal left inverted right x axis y axis) 309mm x 174mm
    1600x900 60.0*+ 40.0
    1024x768 60.0
    800x600 60.3 56.2
    640x480 59.9
    VGA1 disconnected (normal left inverted right x axis y axis)
    HDMI1 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 434mm x 270mm
    1680x1050 59.9*+
    1280x1024 75.0 60.0
    1152x864 75.0
    1024x768 75.1 60.0
    800x600 75.0 60.3
    640x480 75.0 60.0
    720x400 70.1
    DP1 disconnected (normal left inverted right x axis y axis)
    HDMI2 disconnected (normal left inverted right x axis y axis)
    HDMI3 disconnected (normal left inverted right x axis y axis)
    DP2 disconnected (normal left inverted right x axis y axis)
    DP3 disconnected (normal left inverted right x axis y axis)
    If needed, I may reboot and provide xrandr output after boot (it will be 1024x768), or could other logs help you ? Please ask...

  • If i add an event on my iphone calendar, should it automatically update it on my icalendar on my mac?

    if i add an event on my iphone calendar, should it automatically update it on my icalendar on my mac

    how can I check if i am using the same calendar? Also, do have I have to sync the two everytime I add an event?

  • JDBC Driver for MySQL database which should support JDBC2.0 function

    Hi, Guys,
    I'm using JDK1.3 and mm.mysql-2.0.4-bin.jar in Windows NT. When I run following program, I got the error: java.sql.SQLException: ResultSet not updatable. (the function rs.last() is working).
    Based on the documentation, mm.mysql-2.0.4-bin.jar driver should support JDBC2.0 function, but in fact, it's not. So, what's wrong or where is the correct driver?
    Thank you in advance anyway!
    import java.sql.*;
    import java.sql.ResultSet.*;
    import java.util.*;
    public class BridgeMysql{
    public static void main (String[] args) throws Exception {
    String sTable = "test";
    try {
    Class.forName("org.gjt.mm.mysql.Driver").newInstance();
    Connection conMysql = DriverManager.getConnection("jdbc:mysql://localhost/myDatabase?user=user&password=password");
    Statement st = conMysql.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_UPDATABLE);
    ResultSet rs = st.executeQuery("Select * from "+sTable);
    //rs.last();
    rs.moveToCurrentRow();
    System.out.println("Table "+sTable+" contains "+String.valueOf(rs.getRow())+" rows");
    rs.close();
    st.close();
    conMysql.close();
    catch (Exception e)
    System.out.println(e);

    Thought I might add something interesting I found.
    You need to include the field in your primary key. I only have one field in the key so I dont know how it works if you have more than one key.
    Makes sense considering Mark stated that you need the primary index defined. Looks like you need the fields as well from the select statement.
    Can anyone comment on why this is?

  • Forwarding Agent should come automatically in Sales order

    Hi Experts,
    My user's requirement is Forwarding agent should come automatically in Sales order at partners tab.
    Can you please suggest what configuration do ineed to do,
    To get this Forwarding agent automatically in sales order level.
    Regards,
    Sunina

    Hi Sunaina,
    create a vendor with XK01 with the required Forwardng Agent. At the time of creating customer master record assing this FA. Now at the time of  sales order creation this FA is defaulted automatically.
    Incase you have multiple FA's then also you assign all of them to customer master partner tab with partner function FA.
    During sales it will give you  a pop up to select the required FA.
    Make sure that partner function FA (or incase if you have created a new also) this is assigned to the account group of customer master you are using.
    I hope this answers your query.
    regards
    sadhu kishore

  • Application should start automatically as soon the user logs into windows.

    Hello All,
    I have a requirement.
    I am developed a time sheet application using web dynpro. This application is configured on the portal & is working fine. Now, I want to make some changes, may be at Portal Content side or Application side, but want this -
    As soon as the User loges into the Windows with user id & password, this timesheet application residing on the portal should start automatically and should record the time. Similarly, if the user shuts-down, the application should again record the time. Thus giving the actual time the user worked.
    Please reply. Thanks.
    Best Regards
    Chander Kararia

    Hello Satyajit,
    Below are the comments on your queries.
    1. It would be better if the application starts silently. But, in case, if we choose other way i.e the browser opens automatically and displays the application (expecting the button needs to be clicked by the user) that will also do.
    2. In case of system shut-down, I am still to come up with some materialized concept. But, here are few ideas...
        a). The application should check if the time entry is available for the current date. If so, should display the text for LogOut only. This will make user understand not to hit it.
        b). It should keep on accepting all the sessions (logging & logout) n number of times for the current date.
    I would prefer (b) as a better option.
    If you have some more conceptual idea, please suggest.
    Best Regards
    Chander Kararia

  • When should a DSO be used?

    When should a DSO be used?

    Hi surya,
    1.Mainly ODS is used to store detailed level of data.
    2. Getting teh data overwrtten for key fiedls instead of appending.
    3. Delta functionality because of the Change log table.
    4.All Datasources in ECC will not support for Delta. In such scenarios will go for DSO before cube, as DSO has Overwrite functionality.
    If datasource does not support Delta, we can do full update to DSO and from there we can do Delta Update to Cube. We can maintain change log of each record in DSO,as it has chanege log table.
    Here is the detail of Type of DSO in BI,
    DataStore object types:
    Standard DataStore object
    Data provided using a data transfer process
    SID values can be generated
    Data records with the same key are aggregated during activation
    Data is available for reporting after activation
    Write-optimized DataStore object
    Data provided using a data transfer process
    SID values cannot be generated
    Records with the same key are not aggregated
    Data is available for reporting immediately after it is loaded
    DataStore object for direct update
    Data provided using APIs
    SIDs cannot be generated
    Records with the same key are not aggregated
    And you can find more information / examples on this topic at:
    http://help.sap.com/saphelp_nw04s/helpdata/en/F9/45503C242B4A67E10000000A114084/content.htm

  • Inspection lot should be automatically generated whenever reverse GI(262)

    Hi to all,
    My scenarios is ,
    if we find any defect in raw material in shop floor after goods issue to production order (261),
    we reverse the component (262) , then inspection lot should be automatically generated , but its not happening.
    I tried by assigning inspection type 02(goods issue) to the material.
    with that inspection lot is generated at the time of goods issue (261) not at the time of reversal.
    Please sujjest me the better way to do this.

    Check the SPRO setting - inspection for goods movement.
    Generally the QM inspection is deactivated for 262.
    Inspection lot origin for 262 is  05 , So used by using inspection type 05.
    regards
    Edited by: Sarvan on Mar 3, 2010 11:21 AM
    Edited by: Sarvan on Mar 3, 2010 11:49 AM

  • I have Mac Pro 2007, which have no bluetooth hardware. What should I do to use Apple wireless keyboard and magic mouse??? Can 'third party's internal bluetooth card' be used for this purpose? Help please...

    I have Mac Pro 2007, which have no bluetooth hardware. What should I do to use Apple wireless keyboard and magic mouse??? Can 'third party's internal bluetooth card' be used for this purpose? Help me please...

    You can find the Apple Bluetooth card on eBay for as little ten dollars (says its for the 2008 model Mac Pro, not sure about the 2007).
    http://www.ebay.com/itm/Bluetooth-Board-iMac-and-Mac-Pro-922-8233-922-8233-/1208 49278570
    Here is a link to a full explanation of the card and how to install it. Part numbers may differ a bit as that is an old article and newer models have come out.
    http://www.xlr8yourmac.com/systems/Mac_Pro/Bluetooth_MacPro_install/Bluetooth_Ma cPro_install.html
    Just make sure that the part will work in your model Mac Pro. To that end, you may be better off avoiding eBay and going to a parts reseller. There are even third party cards that use the internal Apple bluetooth slot.
    http://fastmac.com/bluetooth.php
    In theory, using a USB or PCI card will work at login so long as it is recognized by Apples drivers. You say you need to launch an application to use your current USB Bluetooth dongle? If it is not controlled by the Bluetooth icon in the menu bar then it must be using a third party driver of some sort. Unfortunately, I don't know off hand which USB and PCI cards are supported.

  • Form should run automatically

    i created one form to update the records in my table but the form should run automatically for every month.

    Hi *848525*
    How about getting yourself a friendlier handle? 848525 does not look very nice, does it?
    Always state the Forms Version and DB version when posting queries.
    i created one form to update the records in my table but the form should run automatically for every month.Forms, as you must know by now, is an interactive interface.
    If you want a job to be run at fixed times and/ or repeat then you should use DBMS_SCHEDULER to schedule a PL/SQL procedure. Forms is not the right thing to use for this.
    Cheers,

  • Does SAP Web AS ABAP support automatic checking of revocation lists (CRL)?

    Hi,
    At my customer we have the scenario that X.509 client certificates (smartcards) are to be used (for authentication) to access CRM Web Interaction Center from a web browser. As I understand it, this basic scenario is supported.
    But I can find any information that the ABAP stack supports automatic checking against an external CRL. Rather it seems that the valid certificates must be maintained (manually) in the CRM server, which is unwanted by the customer.
    Does anyone know of ways to get automatic checking in the ABAP stack? (using the Online Certificate Status Protocol OCSP, or other method)??
    We also have Portal installation and JAVA stack in the system landscape, and I understand there are ways to perform CRL checks with SAP Java?
    Ideas anyone?
    Thanks,
    Lars

    No, in Web AS 6.20 there is an older version of the ABAP stack without the feature of Web Dynpro for ABAP. On the Java stack Web Dynpro for Java comes with release 6.40 which is supported of course.
    regards, Manfred

  • Why can't we get Adobe Photoshop help on the weekends. If I buy it I should be able to use it.

    Why can't we get Adobe Photoshop help on the weekends. If I buy it I should be able to use it.

    To all frustrated Photoshop users:
    As has been pointed out, the Adobe Photoshop Forum is NOT staffed by Adobe employees (though a few engineers DO stop by, when they have the time), and we are but users, such as yourself. The difference is that many users here have decades of experience with Ps, and can often solve all sorts of issues, of a technical nature.
    Ranting, and listing bad experiences with Adobe Technical Support (or Customer Support), will NOT reach Adobe - just other users, who might have also had negative experiences with Adobe T/S, but who are powerless to change anything, at a corporate level - also noted by others in this thread.
    We, as users, have no access to any communications that you might have had with T/S - no phone logs, no case numbers, nothing. All that we have is what YOU provide us, regarding YOUR problem. In that vein, if you read this FAQ Entry, plus the one linked in Station_Two's Reply above, and clearly state YOUR problem with the program, someone will attempt to help you with it: http://forums.adobe.com/message/4587299#4587299
    Please be patient, as we are all volunteers (even the Adobe engineers come here on their own time - it's most likely not part of their job descriptions), and drop by the forum, when we have a moment. Many users DO have "day jobs," and face client deadlines. They might not get by that often, and then with breaks in timing, that can extend for days. This is not a "live chat room," where "operators are standing by." However, with the number of contributing users here, it should not take too long, before someone DOES reply to your post. If they have questions, please answer them, to the best of your abilities, and do not hesitate to ask for clarifications, if you are not sure what they are asking, or where to obtain that information. Also, please be courteous, when replying to the users, who are donating their time - they get zero, beyond the satisfaction of helping other users get answers and solutions. If they DO help, which is likely, a simple "thank you," is the best that they can receive. If they DO help, please take a moment to let them know, and also use the "Correct," and "Helpful" buttons in the forum, to let Adobe Corporate know that you got help in the Adobe Forums - they DO count those numbers, though they do not monitor these forums.
    Good luck, and many feel that the help FROM the Adobe products forums, is much better, than from Adobe Technical Support.
    Hunt

  • Does the ASA5525-K9 support Content filtering?

    Hi,
    I know the 5510 & 5520s support the CSC-SSM module for Content Filtering (Anti-Phishing, Anti Spam, URL filtering,
    Anti-Spyware & Antivirus), but what about content filtering for the ASA5525-K9.
    The problem that I have is that I need a firewall that supports up to 1 Gbps Maximum Firewall Throughput and to support 250 users with Content Filtering described above.
    I'm using the following doc for sizing and came across the ASA5525-K9 for 1 Gbps, but not sure about the Content filtering:
    http://www.cisco.com/en/US/partner/products/ps6120/prod_models_comparison.html#~tab-b
    Thanks,
    CR

    No, the new X series ASA does not support Content Filtering CSC module.
    Here is what is supported on the new ASA5525-X for your reference:
    http://www.cisco.com/en/US/prod/collateral/vpndevc/ps6032/ps6094/ps6120/data_sheet_c78-701808.html

Maybe you are looking for

  • When I click back page it closes all tabs and takes me to my home page.... please help!

    As the topic states and when I click backspace at times does the same thing....

  • Batch Unsecuring in Acrobat 9 Pro

    Hi, I have alot (several thousand) files to unsecure and do changes on. I was wondering if there was a way to batch unsecure them, since there is a way to batch secure them. Could someone please clue me in on how to do this? Thanks.

  • Image quality in FCE: Not as sharp as it should be...

    Hi, I'm getting in the queue with those who are having troubles with the output of FCE. I'm doing a simple DVD editing, by cutting the beginning and the ending titles and keeping the mid content. I extracted the VOB files from the DVD and converted t

  • I can't turn off 2-step verification

    I always need to enter answers to turn off  2-step verification by entering the answers to the questions that I never were asked when I made other purchases (that's why iam trying to turn it off). Any tips are appreciated. Thanks

  • Failed to start VMM

    I have SCVMM 2012 R2 installed with Update Rollup 4. High availability of VMM management servers is configured, but there’s no HA configured for SQL machine. Last night my all physical machines went suddenly shutdown due to UPS issue. Now when I am s