defaults.properties
来自「一个用java写的mail.里面的代码值得我们去研究!学习。」· PROPERTIES 代码 · 共 196 行
PROPERTIES
196 行
#### Copyright (c) 2000-2001 Jeff Gay## on behalf of ICEMail.org <http://www.icemail.org>## Copyright (c) 1998-2000 by Timothy Gerard Endres## ## This program is free software.## ## You may redistribute it and/or modify it under the terms of the GNU## General Public License as published by the Free Software Foundation.## Version 2 of the license should be included with this distribution in## the file LICENSE, as well as License.html. If the license is not## included with this distribution, you may find a copy at the FSF web## site at 'www.gnu.org' or 'www.fsf.org', or you may write to the## Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139 USA.#### THIS SOFTWARE IS PROVIDED AS-IS WITHOUT WARRANTY OF ANY KIND,## NOT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY. THE AUTHOR## OF THIS SOFTWARE, ASSUMES _NO_ RESPONSIBILITY FOR ANY## CONSEQUENCE RESULTING FROM THE USE, MODIFICATION, OR## REDISTRIBUTION OF THIS SOFTWARE. #..................................................mail.imap.fetchsize=32768# We register dynamically, so these are not used.# global.dynamicPropList=icemail# global.dynamicPropFile.icemail=~/icemailrc.txt#..................................................# ComposeFrame.javaICEMail.charsetList=UTF-8:US-ASCII:\ISO-8859-1:ISO-8859-2:ISO-8859-3:ISO-8859-4:ISO-8859-5:\ISO-8859-6:ISO-8859-7:ISO-8859-8:ISO-8859-9:\KOI8-R:\ISO-2022-JP:ISO-2022-JP-2:Shift_JIS:EUC-JP:\ISO-2022-KR:EUC-KR:\GB2312:Big5#..................................................# ICEMail.java#ICEMail.session.debug=false#ICEMail.tempFilePrefix=icemail-tempICEMail.tempFileSuffix=.dat#..................................................# MainFrame.java#ICEMail.displayUIMenu=false## ONLINE HELP Properties#ICEMail.urlHomePage=http://www.icemail.org/ICEMail.urlLicense=http://www.icemail.org/gnulicense.htmlICEMail.urlOnlineManual=http://www.icemail.org/java/icemail/manual/index.htmlICEMail.urlReportBug=http://www.gjt.org/servlets/BugRatReport/SelectCat/icemail#..................................................# ViewAsDialog.java#ICEMail.viewAsTypeList=text/plain:text/html;application/octet-stream#..................................................# TempManagerDialog.javaICEMail.tempDirGuess.MacOS=:tempICEMail.tempDirGuess.Windows=C:\\tempICEMail.tempDirGuess.Windows_NT=C:\\tempICEMail.tempDirGuess.Linux=/tmpICEMail.tempDirGuess.Solaris=/tmp# Make sure there is some default signature...ICEMail.signatureList=defaultICEMail.signature.default=This is the default signature.#..................................................# MailEventThread.java# Milliseconds between monitoring the folder's incoming mail.ICEMail.folderMonitorMillis=7000# Milliseconds between tickle the stores.ICEMail.storeTickleMillis=180000#..................................................# MessagePanel.java# Milliseconds to display dialog when no new mailICEMail.retrieveDelayMillis=500#..................................................# Configuration.javaICEMail.media.incomingMail.sound.builtin=/org/icemail/mail/media/sound/incoming.au#..................................................# StoreConfigDialog.java# The "name space" items displayed in the Name Space combo in the# Configure Stores dialogICEMail.nameSpaceComboList=::\#mh/%:%#..................................................# QuickViewer.javaICEMail.maxBodyPartSize=131072#..................................................ICEMail.mainWindow.x=20ICEMail.mainWindow.y=20ICEMail.mainWindow.width=620ICEMail.mainWindow.height=450ICEMail.browserWindow.x=20ICEMail.browserWindow.y=20ICEMail.browserWindow.width=620ICEMail.browserWindow.height=440ICEMail.composeWindow.x=20ICEMail.composeWindow.y=10ICEMail.composeWindow.width=450ICEMail.composeWindow.height=460ICEMail.attachmentWindow.width=450ICEMail.attachmentWindow.height=450ICEMail.propertiesDialog.width=400ICEMail.propertiesDialog.height=225ICEMail.propertiesDialog.font=SanSerif-plain-12ICEMail.viewAsDialog.width=450ICEMail.viewAsDialog.height=350ICEMail.viewAsDialog.properties.font=SanSerif-plain-12ICEMail.storeProtoDialog.width=450ICEMail.storeProtoDialog.height=250ICEMail.securityConfigDialog.width=520ICEMail.securityConfigDialog.height=400ICEMail.transProtoDialog.width=450ICEMail.transProtoDialog.height=250ICEMail.smtpConfigDialog.width=450ICEMail.storeConfigDialog.width=450ICEMail.signatureDialog.width=500ICEMail.userConfigDialog.width=450ICEMail.configComposeDialog.width=450ICEMail.tempManagerDialog.width=450ICEMail.mediaConfigDialog.width = 450ICEMail.addStoreDialog.width=450ICEMail.extraHeaderDialog.width=450ICEMail.folder.dateFormat=E, MMM dd hh:mm aICEMail.folderTree.colors.selected=#D01010ICEMail.folderTree.colors.unselected=#000000## Message Table Column Definitions#ICEMail.msgTbl.resizePolicy=OFFICEMail.msgTbl.column.1=FLAGICEMail.msgTbl.column.1.name=FICEMail.msgTbl.column.1.width=9ICEMail.msgTbl.column.2=FROMICEMail.msgTbl.column.2.name=FromICEMail.msgTbl.column.2.width=125ICEMail.msgTbl.column.3=TOICEMail.msgTbl.column.3.name=ToICEMail.msgTbl.column.3.width=100ICEMail.msgTbl.column.4=SUBJECTICEMail.msgTbl.column.4.name=SubjectICEMail.msgTbl.column.4.width=420ICEMail.msgTbl.column.5=SENTDATEICEMail.msgTbl.column.5.name=SentICEMail.msgTbl.column.5.width=130ICEMail.msgTbl.column.5.format=E MM/dd hh:mm a###### Note that the URL below will get an HTML file in the JAR file.### HOWEVER, relative links in this file WILL NOT work. On the### other hand, all "http://...." links will!###### systemresource:/FILE2/+/com/ice/mail/doc/downloads.html###
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?