1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-12-04 14:52:24 -05:00

Commit Graph

  • cc2760f5cf do not send error to client after a socket exception (connection closed) mguessan 2007-10-23 20:46:40 +0000
  • 337c004247 create linux package and add swt lib to windows setup mguessan 2007-10-23 13:14:39 +0000
  • 57b47bbb35 force java 1.5 source at build time mguessan 2007-10-23 08:24:59 +0000
  • 2a29a7a7c4 fix invalid exchange html : remove inline uppercase processing instructions mguessan 2007-10-23 08:24:17 +0000
  • 2d52f3f942 fix imports mguessan 2007-10-20 18:35:02 +0000
  • 28b3fccdf5 replace FileReader with FileInputStream (constructor not available before 1.6) mguessan 2007-10-20 18:33:31 +0000
  • 0f4a12b3c4 Move tray classes in separate package mguessan 2007-10-09 12:01:58 +0000
  • 1dfae49a2d try to get inline attachment by content id when name not provided mguessan 2007-10-09 11:37:47 +0000
  • dfd6cc12ee fix nullpointer on quit in pop connection when no session created mguessan 2007-10-09 09:49:57 +0000
  • 16a4b4c5a6 New system tray implementation based on Eclipse SWT, needed for correct Linux (Ubuntu) support mguessan 2007-10-09 09:48:59 +0000
  • aa1922459d Reload settings in form on cancel mguessan 2007-10-02 15:38:33 +0000
  • d046581bc1 update doc with new settings flag mguessan 2007-10-02 15:22:45 +0000
  • 5b66e52343 Feature request 1783605: allow outside server connections mguessan 2007-09-25 22:30:11 +0000
  • 5fea29a973 Failover for invalid mime headers : at least write body mguessan 2007-09-25 22:08:06 +0000
  • 81ad8b85c5 Do not warn if exception on socket close (gateway restart) mguessan 2007-08-13 08:47:29 +0000
  • f8d4694ef7 Include Unix (e.g. Linux) launch script mguessan 2007-08-13 08:46:46 +0000
  • 4bad3f5577 Yet another MIME header fix (multiline), need a dedicated parser mguessan 2007-08-13 08:43:52 +0000
  • a91a0e159d Display settings frame on first start mguessan 2007-08-02 13:34:10 +0000
  • de0f622378 Improve error handling for linux support (Permission denied on socket creation) mguessan 2007-08-02 13:33:45 +0000
  • d1dadc1eeb Fix renamed attachments and try to get attachment name from Content-Disposition mguessan 2007-06-22 07:41:46 +0000
  • f21298b863 Handle attachments renamed to winmail.dat by Exchange mguessan 2007-06-18 09:08:35 +0000
  • 4eaabefb2c Specific message in checkConfig on UnknownHostException (may mean network down) mguessan 2007-05-22 08:37:42 +0000
  • f397e6c117 Return text body if Content-Type is empty mguessan 2007-05-16 12:01:44 +0000
  • 81aa7c092c Refactor server/socket/connection layer mguessan 2007-05-15 09:37:55 +0000
  • 81ddfe21be Generate Jsmooth wrapper at build time and switch to new autodownload wrapper mguessan 2007-05-10 23:15:37 +0000
  • e97a92545c Add changelog maven plugin mguessan 2007-05-10 21:49:46 +0000
  • ae791caac8 update maven2 reports mguessan 2007-05-10 21:34:28 +0000
  • e004248539 support multiline name in attachment header mguessan 2007-05-10 21:18:42 +0000
  • 2658817680 fix other checkstyle detected errors mguessan 2007-05-09 23:37:24 +0000
  • f6594bcd55 Configure Maven reports and fix some checkstyle detected errors mguessan 2007-05-09 22:32:01 +0000
  • 0445e4bcde configure maven2 site:deploy mguessan 2007-04-26 23:27:25 +0000
  • e38cac3319 New setup documentation mguessan 2007-04-26 23:06:39 +0000
  • 671fd5758a decode tilde in attachment name and allow 302 in testConfig mguessan 2007-04-26 21:56:25 +0000
  • 8ba3b3ac8b Fix regression in stream handling : do not close quoteOs, this would close the underlying stream mguessan 2007-04-26 10:54:42 +0000
  • 8ab4d39cc6 Improve authentication failure handling, send explicit message to client mguessan 2007-04-26 10:29:11 +0000
  • 4a95e0f121 prepare next release mguessan 2007-04-26 10:26:48 +0000
  • bc5b0ef98a make checkConfig static mguessan 2007-04-25 23:38:43 +0000
  • 93bc82da15 Add a checkConfig method to detect configuration errors at connect time mguessan 2007-04-25 23:29:46 +0000
  • aad97b08b4 Improve exception handling mguessan 2007-04-25 22:04:37 +0000
  • d2e141e9f7 support delivery status notification report mguessan 2007-04-23 23:35:59 +0000
  • 3582bac793 reimplement index based attachment retrieval mguessan 2007-04-23 22:13:41 +0000
  • 8051c57537 first shot at maven 2 configuration to create site mguessan 2007-04-16 16:57:03 +0000
  • b68ce68765 quick fix invalid comments mguessan 2007-04-11 21:47:42 +0000
  • 994a4ebbbd More case insensitive tests on mail headers mguessan 2007-03-25 17:24:46 +0000
  • 7ed6ac77ec add recallmessage contentclass support mguessan 2007-03-21 15:35:51 +0000
  • 6a79873d29 Fix nullpointer when HTML body is empty mguessan 2007-03-21 15:08:46 +0000
  • 163e611bd1 support mime encoded attachment name mguessan 2007-03-14 15:54:39 +0000
  • c3e80f82fb Improve attachment header processing, should create a dedicated parser mguessan 2007-03-14 13:33:56 +0000
  • 47ebe0e153 Improve exception handling : log exception name mguessan 2007-03-14 11:55:37 +0000
  • f75d326d3c Prepare version for next release mguessan 2007-03-04 10:59:58 +0000
  • e280c34e10 Small installer fix mguessan 2007-03-04 10:47:55 +0000
  • af8a24ba43 change default exchange URL to include /exchange/ path mguessan 2007-02-23 13:31:09 +0000
  • d64563d83c last changes before upload mguessan 2007-02-23 13:24:21 +0000
  • 1cc22c6965 Prepare packaging scripts for 1.0 release mguessan 2007-02-23 11:55:02 +0000
  • 4b703557eb first nsis script to create install/uninstall exec mguessan 2007-02-23 10:37:53 +0000
  • 612c486540 fix BASE64EncoderStream : must pad on flush instead of close mguessan 2007-02-20 13:41:56 +0000
  • 29e5c570aa fix thunderbird html patch for outlook display mguessan 2007-02-20 10:42:03 +0000
  • bcc1067b89 added inline attachments flag to set Content-Type to multipart/related as needed mguessan 2007-02-08 17:02:45 +0000
  • e195a5f5c8 remove external images from body image list before inline images iteration mguessan 2007-02-08 08:00:17 +0000
  • 08f86575d5 add keep delay to settings panel mguessan 2007-02-07 11:51:08 +0000
  • de81d3d7b8 implement message purge after a delay mguessan 2007-02-07 11:32:44 +0000
  • f471e40dc3 fix ’ in outlook generated body mguessan 2007-02-07 10:54:29 +0000
  • 5bb3bab6c0 another fix for broken office xml mguessan 2007-01-10 14:43:52 +0000
  • d0c1710ab9 Add message attachment failover for special cases (message not in read only mode) mguessan 2007-01-04 16:56:04 +0000
  • 59c424b178 fix attachment index failover mguessan 2007-01-02 22:14:01 +0000
  • 73c9fe8ed3 Simplify message attachment : complexity from invalid test case mguessan 2007-01-02 10:02:32 +0000
  • dd3e4f9f15 Improve message attachment handling mguessan 2007-01-02 09:51:12 +0000
  • 9fcca726c1 update test class signature mguessan 2006-12-21 23:39:07 +0000
  • b4f72c034f Fix office XML : empty and default namespace mguessan 2006-12-21 23:38:37 +0000
  • 45ce559cd6 Add cc support to headers rebuild mguessan 2006-12-19 09:41:31 +0000
  • f9b1321101 full inline images rewrite, merge information from htmlBody and OWA generated page to build inline image list mguessan 2006-12-18 21:32:40 +0000
  • 98868aa199 fix inline images support (use both owa generated page and htmlBody), optimize Base64 performance mguessan 2006-12-15 16:44:31 +0000
  • f3ed595bab Test class mguessan 2006-12-15 16:41:58 +0000
  • dced97439f fix frame title icon mguessan 2006-12-14 15:17:08 +0000
  • 4626c66e04 Sitch to file based settings mguessan 2006-12-14 15:14:18 +0000
  • 7ddb77af7a Add swing log4j UI option mguessan 2006-12-14 12:32:48 +0000
  • a874175698 Initial settings panel implementation mguessan 2006-12-14 00:03:46 +0000
  • bf37056509 Ant and maven build files mguessan 2006-12-13 00:05:24 +0000
  • 34cc88f70b Add jsmooth wrapper mguessan 2006-12-13 00:03:31 +0000
  • db7ea2b7e1 httpclient patch for iis proxy compatibility (use basic instead of ntlm auth) mguessan 2006-12-12 23:58:25 +0000
  • 0351a49c9d Main source tree import mguessan 2006-12-12 23:57:24 +0000
  • 93241202ce library dependencies mguessan 2006-12-12 23:53:50 +0000
  • 66b990033d Initial tree mguessan 2006-12-12 23:18:19 +0000