Skip to content

Rebex .NET Components

Welcome to our official feedback forum. Do you have an idea? Do you recognize a good idea when you see one? We want to hear from you!

Rebex .NET Components

Categories

41 results found

  1. what about adding support for other exchange objects? calendar, tasks etc?

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    From version 2016 R3 you can handle these objects using plain XML, that is basically raw SOAP request. More high-level API is still planned in the future.

  2. The Rebex Imap client supports searching with programatically specified collection of objects. It would be nice if the client can also support search with free form text. I don't think this should be too hard and will require only little refactoring. For example:

    var messages = imap.Search(ImapListFields.Envelope, "OR SUBJECT Support SUBJECT Question");
    var messages = imap.Search(ImapListFields.Envelope, "HEADER DomainKey-Signature google.com");
    var messages = imap.Search(ImapListFields.Envelope, "SMALLER 42000");
    var messages = imap.Search(ImapListFields.Envelope, "TEXT \"Mail Component\"");

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. I would like to see an SNMP component. This is can be a really useful component, but it is also something that competitors such as IPWorks and Dart provide and I think it is a clear downside to the Rebex stack.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. please implement incomming ssh Tunneling on fileserver

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    planned  ·  1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. This would permit verification of a keyfile without having to go through the somewhat expensive try/catch setup. Specifically, I'd like to use this for a WPF ValidationRule but exceptions are visibly slow to the user.
    See also int's TryParse(), etc.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. It could be nice if your zip component will support multi-volume

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Add support for connection to FTP server from PowerShell.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. A new event should be added to imap client such that the event occurs when there is a new email arrives, so that the program can immediately download or handle new emails.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. See http://blogs.msdn.com/bclteam/archive/2007/06/18/a-brief-history-of-datetime-anthony-moore.aspx
    The SFTP library's modifed/etc times are currently local to the server timezone, but there's no easy way to figure out what the offset is. Adding a TimeZoneOffset property to the Sftp class itself would help, but this type (new with .NET 3.5) would make it very easy to interact with the differences in timezone, something very common when dealing with remote servers.
    I don't know if FTP supports retrieving the timezone, but if so, supporting that too seems obvious.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. AT the moment you can't add special attributes like the file movement status ie Uploaded, downloaded, ready to download etc.
    If you wish to do this you have use a custom command(which is better than nothing)

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    SFTP protocol supports custom file attributes, and this looks like a useful feature. However, in order to use this, support at both the server and the client would be needed.

  11. 2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Extend the TAP pattern with CancellationToken please!

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. according to RFC 2087

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Now IDN (Internationalized Domain Names) are not supported in e-mail addresses. E.g. we get exception with error "Invalid address (501)" in Secure Mail .Net

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. xts-aes sample for Databases
    show an exsample how to combine the Rebex Security with a Database (Embedded: Firebird / VistaDB / SQLite) to seamless crypt the data.

    An excample how to combine Rebex Security with ORM Tool (LLBLGen or Telerik Open Access) to crypt seamless some Table-fields within supported Databases.

    An performance measurement, for these crypted data:
    - Seek (1000 columns)
    - update (1000 columns of decrypt, change and encrypt)
    - encrypt data (1000 columns)
    Compare it with other (e.g. Native DB Encryption, Encrypted FS, without encryption)

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. currently the Security.Cryptography uses the System.Security.Cryptography.RNGCryptoServiceProvider, without any modifications (seed, entropy). I suggest to make the method "Rebex.Security.Cryptography.Cryptohelper.RandomNumberGenerator" public and/or provide some customizing possibilities to claim the MS (CS)PRNG to a CSPRNG.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. As database file which store all mail in one file so every time no need to retrieve same messages. As outlook stores all mails in .pst file.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Hello, is it possible to implement a mechanism IMAP to simplify the procedure for migrating messages between servers?

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Allow to support directory sync directory using a single command, instead of having to develop all the sync feature manually. something similar to the mirror feature in LFTP.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. On fast networks, the deafult Ftp.UploadBufferLength value of 4096 is too low. A higher value such as 64KB would be mroe appropriate. And it would be nice if this was done automatically by the FTP component.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?