Commit Graph

5144 Commits

Author SHA1 Message Date
bienvenu%netscape.com
e768441a1f use cached flag instead of asking mork 1999-09-07 18:40:59 +00:00
bienvenu%netscape.com
e1ff73f1f0 move more stuff into idl interfaces 1999-09-07 18:34:32 +00:00
bienvenu%netscape.com
ae16b15b4d use auto strings where possible 1999-09-07 14:57:36 +00:00
brade%netscape.com
37dd29534a remove some keybindings; these should be coming from an overlay anyways 1999-09-07 14:40:51 +00:00
bruce%cybersight.com
d2ba19e67b Add linefeed to end of file for HPUX. 1999-09-06 20:29:15 +00:00
tonyr%fbdesigns.com
b6540622aa Mailnews import 1999-09-06 18:24:10 +00:00
bienvenu%netscape.com
d99f4cbfdd move flag and uid state to idl 1999-09-06 18:11:24 +00:00
bienvenu%netscape.com
898f194209 added files: mozilla/mailnews/imap/public/nsIImapFlagAndUidState.idl 1999-09-06 18:10:07 +00:00
bienvenu%netscape.com
67a981adbb initial entry, not part of build yet 1999-09-06 18:06:59 +00:00
bienvenu%netscape.com
9461da2365 move some more methods to server sink 1999-09-05 22:32:41 +00:00
mscott%netscape.com
dcb880ceae Bug #12988 --> always clear the server busy flag regardless of whether an error occurred or if we succeeded. 1999-09-05 01:21:08 +00:00
mscott%netscape.com
f4df3a45be Fix a crash when we display some news messages by not issuing just a blank " " to the xml parser.
If we don't have a from line, don't try to add the address book icon.
1999-09-05 00:13:29 +00:00
bienvenu%netscape.com
e4ffe365e2 more filling out of missing imap methods, use nsIThread... 1999-09-05 00:04:56 +00:00
bruce%cybersight.com
81a6b33ba3 Use nsCRT::free() on nsEscapeHTML() results. Fix a small leak in nsMimeXULEmitter.cpp. 1999-09-04 17:53:00 +00:00
bruce%cybersight.com
72d6b9c113 Use nsCRT::free() on result of nsEscapeHTML() 1999-09-04 17:38:12 +00:00
bruce%cybersight.com
ea2a483a36 Use nsCRT::free() on result of nsEscape(). 1999-09-04 17:32:36 +00:00
davidmc%netscape.com
5dbc2f05f7 First Checked In. 1999-09-03 22:32:58 +00:00
bienvenu%netscape.com
753cfbafd3 comment out code not ready to compile yet 1999-09-03 22:29:59 +00:00
davidmc%netscape.com
12d918dd2b MDB file API changes 1999-09-03 22:29:20 +00:00
davidmc%netscape.com
c1b86c3728 file API changes 1999-09-03 22:27:25 +00:00
bienvenu%netscape.com
79b3a1efd0 add new files to makesystem 1999-09-03 22:25:46 +00:00
davidmc%netscape.com
d230684a1a files, sorting, searching 1999-09-03 22:23:21 +00:00
davidmc%netscape.com
abe37a512a First Checked In. 1999-09-03 22:19:04 +00:00
ducarroz%netscape.com
fae161d767 Put "<name> wrote:" at the beginning of a reply instance of "--- Original Message ---". Last part of bug 12080 1999-09-03 22:13:36 +00:00
davidmc%netscape.com
c356e81aa4 interface changes for sorting, searching, and files. 1999-09-03 22:12:58 +00:00
mscott%netscape.com
c17c8ce718 need nsMsgMimeCID.h 1999-09-03 22:12:57 +00:00
mscott%netscape.com
a0dc338a22 Move class id to nsMsgMimeCID.h 1999-09-03 22:09:40 +00:00
mscott%netscape.com
eeb3a8adb3 fix up class id stuff, use nsIstreamConverter instead of nsIstreamConverter2 1999-09-03 22:08:44 +00:00
mscott%netscape.com
ccf8a66771 Bug #10845 --> tweak mime stream converter with the appropriate changes such that it now works with the stream converter
service and supports nsIStreamConverter.
1999-09-03 22:07:35 +00:00
mscott%netscape.com
5c9ad0635b Register our converter with the converter service by using the correct progid. Use nsMsgMimeCID.h to get the class ids. 1999-09-03 22:06:37 +00:00
mscott%netscape.com
cf36828223 remove reference to nsIStreamConverter2. 1999-09-03 22:05:34 +00:00
mscott%netscape.com
696e37bebd we need to include nsMsgMimeCID.h now 1999-09-03 22:04:44 +00:00
sspitzer%netscape.com
3865e54b3a rewrite the migration code to use CreateAccount(), CreateIncomingServer() and CreateIdentity(). rely on alecf's code to generate the uniq keys. fix a infinite loop bug in the uniq key generation for accounts. remove or cleanup a bunch of printfs. 1999-09-03 10:25:06 +00:00
sspitzer%netscape.com
ff7723433b fix a couple warnings. 1999-09-03 10:21:20 +00:00
hyatt%netscape.com
0b66836732 Hooking up persistence of tree column state in the folder pane. 1999-09-03 09:31:25 +00:00
hyatt%netscape.com
6e799d5002 Hooking up persistence of column state in the thread pane. 1999-09-03 09:22:19 +00:00
hyatt%netscape.com
d38ea52e16 Adding fixed width columns to the mailnews UI. 1999-09-03 09:02:21 +00:00
sspitzer%netscape.com
d9cf98db7d fix for bug #13083. missing entity caused the Copies and Folders pane to come up blank. 1999-09-03 08:23:45 +00:00
sspitzer%netscape.com
3f30819ff0 remove the useless MigratePrefs method. change upgradePrefs() into UpgradePrefs() and make it part of the nsIMsgAccountManager interface, so alecf can call it from js. 1999-09-03 08:06:13 +00:00
sspitzer%netscape.com
534e99c143 make the nsIImapIncomingServer interface fully scriptable. none of that cheesy %{C++ crap for this interface. Also use the almighty NS_DECL_NSIIMAPINCOMINGSERVER macro the xpidl compiler generated for me. 1999-09-03 07:22:10 +00:00
sspitzer%netscape.com
2cbf6f9eac add the new idl to the mac project. 1999-09-03 07:01:39 +00:00
sspitzer%netscape.com
0db349427d introduce and use the UPGRADE_AND_CLEAR_*_PREF macros. this cleans up a lot of code. add a bunch of new attributes to the nsIImapIncomingServer interface, and the matching code to get and set these prefs. (examples, delete_model, offline_download, dual_use_folders, etc.) remove nsIImapIncomingServer.h, now we use nsIImapIncomingServer.idl. migrate all those new nsIImapIncomingServer attributes when migrating from 4.x to 5.0 1999-09-03 07:01:37 +00:00
sspitzer%netscape.com
d784692123 fix my weird code. 1999-09-03 06:56:42 +00:00
jefft%netscape.com
a029b3832e fixed assert when calling SaveMessageToDisk() 1999-09-03 05:28:40 +00:00
sspitzer%netscape.com
e6ddc95132 ignore the generated Makefile 1999-09-03 05:00:55 +00:00
sspitzer%netscape.com
3a210794d9 first pass at XPIDL-ifying nsIImapIncomingServer 1999-09-03 04:57:30 +00:00
jefft%netscape.com
8bbf5abf79 more bullet prove; check m_channel prior processing current url 1999-09-03 02:29:00 +00:00
jefft%netscape.com
73aec1aeb7 implemented SaveAs() method 1999-09-03 02:27:36 +00:00
jefft%netscape.com
94e527b91f enable SaveAs() command 1999-09-03 02:26:58 +00:00
jefft%netscape.com
afae46a6c8 added saveAs() method for SaveAsFile() & SaveAsTemplate() 1999-09-03 02:25:53 +00:00