git clone of logicmail with some fixes/features added
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Increase default limit values

git-svn-id: https://logicmail.svn.sourceforge.net/svnroot/logicmail/trunk@969 5c734088-3d25-0410-9155-b3c3832efda5

octorian 9a256ef8 9dcddcfe

+6 -6
+3 -3
LogicMail/src/org/logicprobe/LogicMail/conf/AccountConfig.java
··· 129 129 forwardSignatureIncluded = false; 130 130 signatureAbove = false; 131 131 selectableIdentityEnabled = false; 132 - initialFolderMessages = 20; 133 - folderMessageIncrement = 5; 134 - maximumFolderMessages = 40; 132 + initialFolderMessages = 30; 133 + folderMessageIncrement = 10; 134 + maximumFolderMessages = 100; 135 135 } 136 136 137 137 /* (non-Javadoc)
+2 -2
LogicMail/src/org/logicprobe/LogicMail/conf/ImapConfig.java
··· 79 79 setServerPort(143); 80 80 this.refreshMailboxes = null; 81 81 this.refreshMailboxIds = null; 82 - this.maxMessageSize = 32768; 83 - this.maxFolderDepth = 4; 82 + this.maxMessageSize = 65536; 83 + this.maxFolderDepth = 6; 84 84 this.folderPrefix = ""; 85 85 this.onlySubscribedFolders = true; 86 86 this.enableCompression = false;
+1 -1
LogicMail/src/org/logicprobe/LogicMail/conf/PopConfig.java
··· 63 63 protected void setDefaults() { 64 64 super.setDefaults(); 65 65 setServerPort(110); 66 - this.maxMessageLines = 400; 66 + this.maxMessageLines = 800; 67 67 } 68 68 69 69 /* (non-Javadoc)