I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  1. Apr 25, 2014
    • zzz's avatar
      * SusiMail: · 8a2308b4
      zzz authored
         - Send delete to server for mails already downloaded
         - Fix idle closer waiting for deletions
         - Add tooltips for icons
         - Add new options to properties resource
         - Add feedback when reload config button pushed (ticket #1158)
         - Reset page size when config reloaded
         - Remove max page size limit
         - Show page nav buttons on bottom too if page is big
         - Set title to subject on message view
         - Log tweaks
      8a2308b4
    • zzz's avatar
      * SusiMail: · 04cabf40
      zzz authored
         - Move delete and confirmation button in folder view to bottom left,
           page size form to bottom right
         - Attachment finals and cleanup
         - Increase max size for full download again
         - Fix repeated re-saves of mail to disk
         - Enable auto-deletion of downloaded mails
         - Consolidate check box processing
         - Button spacing tweaks
      04cabf40
    • zzz's avatar
      * SusiMail: · 4e0c4f6f
      zzz authored
         - Tweak sort button display based on current sort
         - Secondary sort based on date
         - Ignore "Re:" in subject sort
      4e0c4f6f
    • zzz's avatar
      * SusiMail: · 75bd235e
      zzz authored
         - Add raw attachment download method
         - Display image attachments inline
         - Don't rezip certain attachment types, just offer link
         - Handle attachment sending directly, don't put ref in session
      75bd235e
    • zzz's avatar
      * SusiMail: · 05236b09
      zzz authored
         - Fix sorting buttons, broken by POST check
      05236b09
    • zzz's avatar
      * SusiMail: · 260ebe51
      zzz authored
         - Add icon for new mail
           (from Silk icons, same license as others)
         - Attachment logic tweak
      260ebe51
    • zzz's avatar
      * SusiMail: · c2dab16c
      zzz authored
         - Add icons for attachments and spam
           (from Silk icons, same license as others)
         - Add checks for POST for XSS prevention
      c2dab16c
  2. Apr 24, 2014
    • zzz's avatar
      * SusiMail: · 945d455f
      zzz authored
         - Different colors for new mail and spam
      945d455f
    • zzz's avatar
      * SusiMail: · c8f8f6ff
      zzz authored
         - Add background mail checker, not yet enabled
         - Add idle timeout connection closer
         - Rely on idle checker for most delayed deletions
         - Cleanup resources better when shutting down session
         - Don't add deleted mails to folder, caused errors after deletions
         - Set socket soTimeouts so things don't hang forever
         - Display errors after check mail button pushed
         - More IOE debug logging
      c8f8f6ff
    • zzz's avatar
      SusiDNS: Fix subscription edit page, thx bubbles · 0d4f597a
      zzz authored
      0d4f597a
    • zzz's avatar
      * SusiMail: · 775047fb
      zzz authored
         - Fix HeaderLine decoder going past the headers,
           which was causing corruption in forwarded mails
         - More efficient output buffer allocation in HeaderLine decoder
      775047fb
  3. Apr 23, 2014
    • zzz's avatar
      * SusiMail: · 1e4b4331
      zzz authored
         - Fix fetching of new mail
         - More Folder cleanup
         - Prep for not leaving on server
         - Prep for background checker
      1e4b4331
    • zzz's avatar
      * SusiMail: · b365817c
      zzz authored
         - Queue deletions for a delayed background thread
         - Synch all folder access
         - NPE fixes
         - Javadoc fixes
      b365817c
  4. Apr 22, 2014
    • zzz's avatar
      compile fix · bbb04774
      zzz authored
      bbb04774
    • zzz's avatar
      * SusiMail: · 1823e5e6
      zzz authored
         - Load all mails from disk at startup
         - Add offline mode
         - MailCache now has the total UIDL view
         - Copy silk folder icon from snark to console for use by susimail
      1823e5e6
    • zzz's avatar
      * SusiMail: · 4d2dc1c8
      zzz authored
         - Show sender name in folder view
         - Add support for configured sender name
         - Add HTML escaping of '&'
         - Fix Folder sorting so UP is up and DOWN is down
         - Use replace() instead of replaceAll() where appropriate
         - Fix capture by show page after back button
      4d2dc1c8
    • zzz's avatar
      * SusiMail: · 6986f90b
      zzz authored
         - Fix encoding in sent mails on non-UTF8 platforms (thx cryptosynthesis)
         - Clean up all other getBytes() calls
         - Tweak spacing on up buttons
      6986f90b
    • zzz's avatar
      * SusiMail: · b43ebd24
      zzz authored
         - Add persistent cache
         - Remove ID sorter
         - Mail size getter/setter
         - Set mail size when setting body
         - Only send CAPA once
         - Tagged string tweaks
      b43ebd24
  5. Apr 21, 2014
    • zzz's avatar
      * SusiMail: · 7bf3ea52
      zzz authored
         - Pipeline all deletes and quit
         - Don't reconnect after delete and quit
         - Verify connected before each POP3 operation
         - Null check in comparators
         - Don't clear messages if a reconnection fails
         - Use locale-based sorting for strings
         - Increase limit for full fetch again
         - Increase default page size back again
      7bf3ea52
    • dg2-new's avatar
      fix i2ptunnel · 490727b4
      dg2-new authored
      490727b4
    • zzz's avatar
      * SusiMail: · 49f4f339
      zzz authored
         - Add MailPart constructor, make fields final
         - Add ReadBuffer constructor, make fields final
         - Move decoding to MailPart method
         - Setters/getters for Mail header, body, part
         - Classes package private
         - Finals, constructors
      49f4f339
    • dg2-new's avatar
  6. Apr 20, 2014
    • zzz's avatar
      * SusiMail: · b9491b26
      zzz authored
         - Pipeline initial fetch of messages, huge speedup
      b9491b26
    • zzz's avatar
      * SusiMail: · b70cbb28
      zzz authored
         - Send CAPA
         - Pipeline STAT, UIDL, and LIST
      b70cbb28
    • zzz's avatar
      * SusiMail: · 673c1428
      zzz authored
         - Rework in POP3 in prep for more pipelining
      673c1428
    • zzz's avatar
      * SusiMail: · b4a0ffdb
      zzz authored
         - Don't require an attachment to be "uploaded" to send it
         - Move delete attachment button, hide if no attachments
         - Icon for delete attachment button
         - Fix html error in bccToSelf input
      b4a0ffdb
    • zzz's avatar
      * SusiMail: · 3b2e5bde
      zzz authored
         - Don't store encoding class names in config
         - New susimail.debug setting in config
         - Use DataHelper to load config file
         - Close any open POP3 socket when session is unbound
         - Don't keep returning user to compose page (ticket #1252)
         - Add javascript capture of back button from compose page
      3b2e5bde
    • kytv's avatar
    • zzz's avatar
      * SusiMail: · 5a683149
      zzz authored
         - New reply button icon (from Silk, same license as the others)
         - Save BCC-to-self preference in the session
         - Tweak the BCC-to-self layout
         - Fix date format in reply
      5a683149
    • zzz's avatar
      * SusiMail: · b75ad1ca
      zzz authored
         - Use pipelining in SMTP
         - Rewrite SMTP response processing
         - Translate SMTP error messages
         - Right-justify msg size in folder view
         - String.compareTo() cleanup
      b75ad1ca
  7. Apr 19, 2014
    • zzz's avatar
      Console: Remove the classpath workarounds for SusiMail, · 552ab315
      zzz authored
      since it isn't using the jetty classes any more
      552ab315
    • zzz's avatar
      SusiMail: · 4abfde40
      zzz authored
         - CSS padding in inputs
         - Flush writes in SMTP
         - Don't wait for SMTP response after QUIT
         - Translate the "login failed" message
         - Show "no messages" in folder view if none
         - Message view attachment cleanups
         - Fix the message view layout in CSS
         - Pipeline USER and PASS to save a round-trip at startup
         - Better synchronization in POP3
         - Properly de-byte-stuff in POP3
         - Flush writes in POP3 for speedup
         - Remove unnecessary caching in POP3, this is handled in MailCache
         - More efficient handling of POP3 server responses
         - Remove 60s timeout for fetching a message,
           so retrieval of large messages doesn't fail
         - Don't allow line breaks in date/time or size in folder view
         - Use DataHelper.formatSize2() for message size
         - Identify susimail log messages in wrapper
         - Debug log tweaks
      4abfde40
    • zzz's avatar
      SusiMail: · 6ecfedba
      zzz authored
         - Increase max size of mails that are fetched in full,
           previous limit was so small it never happened.
         - Move page nav to top of folder view, hide if only one page
         - Put message nav buttons on second line
         - Refuse to send mail with no "to"
         - Reduce default page size as it slows startup
         - Remove unnecessary casts
         - Right justify some input fields
      6ecfedba
  8. Apr 18, 2014
Loading