- Apr 21, 2014
-
-
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
-
dg2-new authored
-
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
-
dg2-new authored
-
- Apr 20, 2014
-
-
zzz authored
- Pipeline initial fetch of messages, huge speedup
-
zzz authored
- Send CAPA - Pipeline STAT, UIDL, and LIST
-
zzz authored
- Rework in POP3 in prep for more pipelining
-
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
-
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
-
kytv authored
-
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
-
zzz authored
- Use pipelining in SMTP - Rewrite SMTP response processing - Translate SMTP error messages - Right-justify msg size in folder view - String.compareTo() cleanup
-
- Apr 19, 2014
-
-
zzz authored
since it isn't using the jetty classes any more
-
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
-
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
-
- Apr 18, 2014
-
-
zzz authored
by renaming the cookie, so we don't have a common session ID with the base context and get it expired there.
-
zzz authored
-
zzz authored
- Don't force reconnection on folder view (ticket #1253) - Only show logout button on folder view - Switch subject and date headers on message view - Button theme tweaks - Debug logging - Fix NPE when RELEASE=false - Synch tweaks - hellip - Footer tweak
-
zzz authored
and 'ba82e9e4c57bd8d9f567c9252fe7b5815972e370'
-
zzz authored
- Extend session expiration (ticket #1253) - Handle non-UTF8 encoding on header lines (ticket #508) - Display dates in current locale and time zone - Display sender name on message view - Remove sort-by-ID buttons - Hide "reload config" button unless config file is present - Increase default page size - Add dependency tracking to build
-
kytv authored
http://www.unrealircd.com/files/docs/technical/protoctl.txt We already allow /MAP and /LINKS is pretty much the same.
-
zzz authored
-
- Apr 17, 2014
-
-
zzz authored
-
zzz authored
-
zzz authored
NTCP: Just use first 8 bytes of Hx^Hi for replay check
-
zzz authored
-
zzz authored
-
zzz authored
- Initializer cleanup, finals - Escape "--" inside HTML comments - Log errors to router log too - Notes on ticket #508 header line issues
-
zzz authored
- Move some methods to BaseBean - Locking on config file accesses - Remove static log and context
-
zzz authored
-
- Apr 06, 2014
-
-
zzz authored
-
kytv authored
This causes the 'i2p' package to force the version of i2p-router to match.
-
zzz authored
and '97ec023f8ba85ebdabe5ee0bd3f9e107710f170f'
-
zzz authored
- Pass DSRM hashes through IMD to ILJ for client tunnels too - Query unknown DRSM hashes in ILJ without looking up when using client tunnels; look up after querying when using expl. tunnels to speed things up - Don't look up banlisted hashes - Check 'from' hash in DSRM against list of peers sent to - Don't query an unknown peer through a zero-hop OB tunnel - Log tweaks Extend expiration of returned message in IMD
-
zzz authored
remove unneeded null check
-
kytv authored
-
zzz authored
-
- Apr 05, 2014