Activity for Jon Schewe

  • Jon Schewe Jon Schewe posted a comment on ticket #69

    My specific case is that I want to represent NULL with an explicit string value. If a non-null value evaluates to the NULL string value, then prepend the NULL string value. Then when loading the CSV file back if the value read is the NULL string value then insert a NULL into the database. If the value read starts with NULL string value, then remove it and insert into the database. So it's both an export and import. At this point opencsv doesn't do it's own import, so I suspect this isn't something...

  • Jon Schewe Jon Schewe posted a comment on ticket #69

    I did some more work on this and realized that the solution I need is likely more specialized than would make sense to add to the library. I believe I can handle this by writing a custom ResultSetHelper class.

  • Jon Schewe Jon Schewe created ticket #69

    Patch to support modifying the default value of ResultSetHelperService

  • Jon Schewe Jon Schewe posted a comment on ticket #309

    For authentication they have a command line program that does it by redirecting the user to the OWA web page and then the tool captures the appropriate authentication bits. https://github.com/virtuald/ews-proxy/blob/master/cmd/ews-proxy/main.go#L43 It may be possible for DavMail to pretend to be a web browser and fill in the form.

  • Jon Schewe Jon Schewe posted a comment on ticket #309

    There's an example of converting this JSON/REST data to EWS and it seems to be rendering full MIME message content. https://github.com/virtuald/ews-proxy

  • Jon Schewe Jon Schewe posted a comment on discussion Vote

    VOTE: avidemux

  • Jon Schewe Jon Schewe posted a comment on ticket #309

    I have since discovered that OWA uses a JSON API, so one could implement this. It may even be possible to convert between the JSON API for OWA and the SOAP API EWS. https://msdn.microsoft.com/en-us/library/office/dn776319(v=exchg.150).aspx

  • Jon Schewe Jon Schewe created ticket #309

    OWA without Webdav

  • Jon Schewe Jon Schewe posted a comment on ticket #80

    I found the implementation while creating a new patch. Close the ticket.

  • Jon Schewe Jon Schewe created ticket #80

    Track line numbers

  • Jon Schewe Jon Schewe created ticket #183

    Check for null default on HSQL incorrectly flags columns

1 >