Граф коммитов

2204 Коммитов

Автор SHA1 Сообщение Дата
bienvenu%netscape.com 62e1e5fb18 a little more progress on message fetching 1999-04-21 02:34:57 +00:00
bienvenu%netscape.com 2cff511a11 add service for getting an imap message 1999-04-21 00:55:58 +00:00
waterson%netscape.com 083aeb67d3 Bug 4750. Updated RDF_NAMESPACE_URI to refer to the most recent (and final) version of the RDF recommendation. 1999-04-21 00:11:39 +00:00
davidmc%netscape.com 2355c92688 also permit zero scope to be okay as column scope for value oids inside metainfo cells. 1999-04-20 23:52:38 +00:00
davidmc%netscape.com 0d2e7b461c also turn on assertions for Mac 1999-04-20 23:51:57 +00:00
davidmc%netscape.com d9a06c27a2 append ":c" suffix to table kind hex refs so that column space is used for the atom instead of the value space. 1999-04-20 23:51:31 +00:00
davidmc%netscape.com 2d98fe9064 change Mork file format version number to 1.3 to protect folks from badly formed files created during last day due to incorrect table kind hex refs in Mork. 1999-04-20 23:50:46 +00:00
nhotta%netscape.com 5dd9e80833 Backing out my last change, I need to do NULL checkings for parameters. 1999-04-20 23:48:21 +00:00
mscott%netscape.com 9c2d889626 for nsMsgLineStreamBuffer, let caller choose if they want CRLFs at the end of the new lines or not. 1999-04-20 23:44:34 +00:00
mscott%netscape.com e9042ccc29 Make sure the line buffer stream leaves CRLFs on for us when extracting new lines. 1999-04-20 23:43:39 +00:00
mscott%netscape.com f37bcffdf7 Update the idl file. 1999-04-20 23:33:19 +00:00
mscott%netscape.com 5138a5cd91 remove linkage against xplib. 1999-04-20 23:30:42 +00:00
mscott%netscape.com 7666bdbd29 Pull out the mailbox service code for displaying and copying a message. Replace it with code that uses the new nsIMsgMessageService. In addition, we are no longer going to support message display from the demos menu. It is no longer necessary as we can display messages by selecting them on the thread pane. 1999-04-20 23:30:04 +00:00
mscott%netscape.com 00f300f846 Register the new nsMsgMessageService which is supported by the mailbox service. Add progids for both the mailbox version of the message service and for the mailbox service. 1999-04-20 23:28:42 +00:00
mscott%netscape.com 41c192b7b1 Add Queryinterface method such that it includes nsIMsgMessageService which is a new interface this class supports. 1999-04-20 23:27:32 +00:00
mscott%netscape.com 24195ff1a3 Inherit the new nsIMsgMessageService interface. 1999-04-20 23:26:37 +00:00
mscott%netscape.com 94dab79908 Remove Copy and display messages from mailbox service interface. 1999-04-20 23:25:59 +00:00
mscott%netscape.com a6c07e75b9 Export nsIMsgMessageService.h 1999-04-20 23:19:40 +00:00
mscott%netscape.com 5a899f7ed6 Rev the interface... 1999-04-20 23:19:11 +00:00
alecf%netscape.com a713dbf60e fix newline-at-end-of-file problem 1999-04-20 22:50:08 +00:00
alecf%netscape.com 39d88dbe36 change nsIEnumerators to nsISupportsArrays and implement some of the getIdentities() getServers() etc 1999-04-20 22:48:32 +00:00
alecf%netscape.com 90cf042740 add accessor for getting the account manager from the mail session 1999-04-20 22:43:04 +00:00
putterman%netscape.com 16c1e86959 Moved folder listener code from local to base. 1999-04-20 22:24:21 +00:00
davidmc%netscape.com 8392ec5504 replace tabs with (Mork canonical) two spaces 1999-04-20 22:14:35 +00:00
mscott%netscape.com 888c9ed9a7 Export nsIMsgMessageService.h 1999-04-20 21:50:51 +00:00
mscott%netscape.com 53527f46fd An interface designed to organize all message related operations such as copying and displaying messages under one umbrella. Each of our protocol services (imap, pop, news) will support this interface for message actions. 1999-04-20 21:49:21 +00:00
nhotta%netscape.com ca947a1af7 I18n 7 bit data check for the body. 1999-04-20 21:22:54 +00:00
nhotta%netscape.com 1bbad0dca9 Changed to use UTF-8 for internal processing. 1999-04-20 21:20:28 +00:00
davidmc%netscape.com afdd395a17 continue long values using \linebreak notation; this is done in conjunction with a change to morkParser::ReadValue() which will correctly interpret this notation. Note this is technically a format change in the sense that old versions of Mork will not read such line continuations correctly; but the change is forward compatible so folks should not notice. 1999-04-20 20:33:56 +00:00
davidmc%netscape.com 58f9b6cefb fix morkParser::ReadValue() so that CR or LF following '\' is consumed as a line continuation, rather than escaping the byte after '\'; this is now done in conjunction with changing morkWriter to continue long values with \linebreak. 1999-04-20 20:31:36 +00:00
sspitzer%netscape.com a9e98d629d added mailnews/mime/emitters/resources/Makefile to the list 1999-04-20 20:21:25 +00:00
sspitzer%netscape.com 5338c90093 ignore the generated Makefile on UNIX 1999-04-20 20:17:04 +00:00
sspitzer%netscape.com 508a42f886 moving this to Makefile.in 1999-04-20 20:16:38 +00:00
sspitzer%netscape.com 84571c060c moved makefile.in to Makefile.in 1999-04-20 20:13:02 +00:00
putterman%netscape.com 73d30ed0a8 Fixed Windows build. 1999-04-20 20:03:40 +00:00
davidmc%netscape.com 7b327e8a74 several whitespace and content writing changes that do not change the format; write table kind as hex reference because this shortens overhead for small thread tables; suppress newline for table meta row, because this tends to put thread tables on one line when they have few rows; delay starting dict preceding table as long as possible, so that no dict appears at all when no new alias is written, because this also reduces per thread table overhead. 1999-04-20 19:58:16 +00:00
davidmc%netscape.com 09e7321118 increase kMaxIndent to 66 for better formatting; add boolean to suppress dirty row newline for table's meta row (because this more often causes a one line thread with few rows) 1999-04-20 19:55:08 +00:00
sspitzer%netscape.com e1b67a070b more changes to get news in the folder pane 1999-04-20 19:10:43 +00:00
sspitzer%netscape.com b4e142b8f1 changes to get news in the folder pane 1999-04-20 19:08:10 +00:00
jdunn%netscape.com 444d30a864 Fix unix native compiler error: can't find libraries. TK_LIBS include both
the libraries and where to get them.
1999-04-20 19:03:53 +00:00
bienvenu%netscape.com 2b77686258 start working on more services, especially the url creation part of the services 1999-04-20 18:50:12 +00:00
ducarroz%netscape.com 155c4abfdf updated mac project, added nsMsgRDFUtils.cpp 1999-04-20 18:42:04 +00:00
ducarroz%netscape.com ae3bda2f1c File moved into mime/emitters/resources 1999-04-20 18:32:32 +00:00
ducarroz%netscape.com f3bf951ec4 add folder resources 1999-04-20 18:31:20 +00:00
ducarroz%netscape.com 24633a5c7d Moved css files to mime/emitters/resources 1999-04-20 18:30:45 +00:00
ducarroz%netscape.com 6a482e175f Initial check in 1999-04-20 18:24:39 +00:00
ducarroz%netscape.com 7a29862b8f File moved from mozilla/mailnews/mime/emitters/xml 1999-04-20 18:24:05 +00:00
putterman%netscape.com 7152dd4a1b Added a couple of utility files for our RDF datasources with functions and declarations
that can be used by all.
1999-04-20 18:15:16 +00:00
bruce%cybersight.com 09540cc187 Fix for unix, look for right library. 1999-04-20 17:43:36 +00:00
rickg%netscape.com e1012f40b9 sync with nsString2 API 1999-04-20 07:20:21 +00:00
bienvenu%netscape.com 9283da0986 check for null mdb row in folder info 1999-04-20 05:00:30 +00:00
bienvenu%netscape.com 454d0fcbe1 get imap folder server flags set in database 1999-04-20 04:59:33 +00:00
ducarroz%netscape.com 3c9b98c2d0 update project files, removed nsMsgFolderDataSource.cpp (now in msgCore.mcp) 1999-04-20 02:00:04 +00:00
ducarroz%netscape.com 062acfcba3 updated mac project, added nsMsgFolderDataSource.cpp & nsMsgMessageDataSource.cpp 1999-04-20 01:59:14 +00:00
putterman%netscape.com e142b0db9b Split datasources into message and folder datasources and moved them to base. 1999-04-20 01:11:11 +00:00
putterman%netscape.com 0854186ce7 Split datasources into message and folder datasources and moved them to base.
Removed this file.
1999-04-20 01:10:44 +00:00
putterman%netscape.com 86bf19db4a Split datasources into message and folder datasources and moved them to base.
Removed these files.
1999-04-20 01:10:21 +00:00
putterman%netscape.com 412221c6f5 Split datasources into message and folder datasources and moved them to base.
Added these files.
1999-04-20 01:08:51 +00:00
mscott%netscape.com 9e162f4d30 Temporary fix until mcmullen updates some back end prefs code. We need to manually specify the pref file to use. We can't get at the profile information so look in the current directory. 1999-04-20 01:01:21 +00:00
mscott%netscape.com 07a669c9ad Temporary fix until mcmullen updates some back end prefs code. We need to manually specify the pref file to use. We can't get at the profile information so look in the current directory. 1999-04-20 00:43:23 +00:00
mscott%netscape.com f95c28ad46 initialize more variables that weren't getting values if there wasn't a pref for the value. 1999-04-20 00:03:09 +00:00
mscott%netscape.com bd348d0f1a Remove startup call on prefs. use NS_WITH_SERVICE macro for getting the prefs service.... 1999-04-19 23:49:29 +00:00
mscott%netscape.com 70dd6752bd Take out pref initialization code which was always loading prefs50.js from the current directory. We need to be using the prefs for the default profile. This fixes the current windows problems where mail prefs weren't being read in. 1999-04-19 23:38:30 +00:00
mscott%netscape.com 571de914c4 Initialize some variables in SetKey which were causing a crash if the prefs file did not have values for them..... 1999-04-19 23:37:02 +00:00
bienvenu%netscape.com 8114be995a get header adding to db's working 1999-04-19 23:09:59 +00:00
davidmc%netscape.com 86e54a7c0a rename one accidentally named "Set..." method to "Get..."; fix class to actually work correctly (I think...) 1999-04-19 22:30:51 +00:00
davidmc%netscape.com 144710f34b rename one accidentally named "Set..." method to "Get..." 1999-04-19 22:30:22 +00:00
davidmc%netscape.com df9efb7b2a rename one accidentally named "Set..." method to "Get..."; implement a lot of methods for the first time 1999-04-19 22:30:10 +00:00
davidmc%netscape.com e99fca6527 rename one accidentally named "Set..." method to "Get..."; return morkRow from CanUseCellCursor() 1999-04-19 22:29:26 +00:00
davidmc%netscape.com ca25ddbe4b clarify and increase number of oid<->pos<-> row table methods 1999-04-19 22:28:03 +00:00
davidmc%netscape.com d0e52c3d9a rename accidentally named "Set..." method to "Get..."; clarify and increase number of oid<->pos<-> row table methods 1999-04-19 22:27:02 +00:00
davidmc%netscape.com e80498b516 increase kMaxIndent to 64 1999-04-19 22:25:52 +00:00
davidmc%netscape.com a6e24e64c3 subtle white space changes without changing format 1999-04-19 22:25:23 +00:00
davidmc%netscape.com ac0fa147a6 add morkTable::SafeRowAt() so a row can be indexed in a table with safety check on index within morkArray. 1999-04-19 22:24:50 +00:00
davidmc%netscape.com a40a5ab19b reorder morkTable member construction to quell Unix warnings; init mTable_CellUses to zero. 1999-04-19 22:24:06 +00:00
davidmc%netscape.com 1dac0de835 reorder morkStore member construction to quell Unix warnings 1999-04-19 22:23:27 +00:00
davidmc%netscape.com cc95b761c6 reorder morkRowSpace member construction to quell Unix warnings 1999-04-19 22:23:06 +00:00
davidmc%netscape.com f715e17be4 add NilRowObjectError(); 1999-04-19 22:22:28 +00:00
davidmc%netscape.com 5278b0475f morkRow::CellAt(): check for negative mork_pos index morkRow::Set(): call morkAtom::AddCellUse() in both if branches 1999-04-19 22:21:46 +00:00
davidmc%netscape.com 45dee56b03 add checks for negative mork_pos values during qualification of valid indexes into a morkArray. Also cast integer types to quell some compiler warnings about signed/unsigned. 1999-04-19 22:19:50 +00:00
davidmc%netscape.com 59fab9772f make morkPortTableCursor actually work 1999-04-19 22:18:34 +00:00
davidmc%netscape.com 7f60bdbf15 fix morkParser::ReadValue() so it will notice '$' when reading values, and unescape bytes written in hex earlier by morkWriter. 1999-04-19 22:17:10 +00:00
nhotta%netscape.com b67c93600b Bug fix 3979 5280, reply/forward, MIME decode, use original mail's charset. 1999-04-19 22:16:04 +00:00
davidmc%netscape.com 66f0bf8853 reorder morkFactory member construction to quell Unix warnings 1999-04-19 22:16:03 +00:00
davidmc%netscape.com ad28c79bd4 add morkEnv::HexToByte() 1999-04-19 22:15:35 +00:00
davidmc%netscape.com 40afc35456 add morkEnv::HexToByte(); 1999-04-19 22:15:11 +00:00
davidmc%netscape.com 0a686940ea type of morkCh_Type[] changed to mork_flags array 1999-04-19 22:14:44 +00:00
davidmc%netscape.com dbfb43dc32 change type of char pred array to mork_flag, so that callers can pull and cache a byte of predicate bits, permitting many predicates to be examined in a register value without any implied memory access to slow a CPU in tight loops. 1999-04-19 22:14:04 +00:00
davidmc%netscape.com a209485333 reorder morkCell member construction to quell Unix warmings. 1999-04-19 22:12:14 +00:00
davidmc%netscape.com 8e40e54ee8 add new mork_u1 typedefs mork_ch and mork_flags, so that char predicates in morkCh.h can distinguish between methods that operate on characters themselves, or else upon a cached flag value pulled from a char predicate flag map. 1999-04-19 22:11:35 +00:00
bienvenu%netscape.com a08489e84b fix msg parser to use nsIMsgDatabase, not maildatabase 1999-04-19 21:40:32 +00:00
bienvenu%netscape.com 2d81b1adba add imap messages to uri scheme 1999-04-19 21:39:29 +00:00
sspitzer%netscape.com 8d0786d921 my printfs are driving me insane 1999-04-19 21:36:39 +00:00
mscott%netscape.com 4bc2083f05 First checked in. The message service is an interface representing actions the different derived protocol services can perform on messages such as copying, displaying a message etc. 1999-04-19 21:32:26 +00:00
ducarroz%netscape.com 539ea7db93 remove some debug libraries fom release target 1999-04-19 21:02:20 +00:00
sspitzer%netscape.com c78c279f56 fix for the broken delete button 1999-04-19 20:58:58 +00:00
sspitzer%netscape.com 3f72064575 fix the problem where the Local Host gif wasn't appearing.
I forgot to quote the html entity reference properly.
1999-04-19 20:48:06 +00:00
sspitzer%netscape.com cedc2e724f more i18N / L10n changes 1999-04-19 20:39:23 +00:00
nhotta%netscape.com f2ff7e2d8c Bug fix #3994, realloc if the converter's estimate length is incorrect. 1999-04-19 19:15:51 +00:00
jefft%netscape.com 9ffa76ce11 rename nsIImapMailFolder, nsIImapMessage, nsIImapExtension, nsIImapMiscellaneous to nsIImapMailFolderSink, nsIImapMessageSink, nsIImapExtensionSink, nsIImapMiscellaneousSink 1999-04-19 18:41:43 +00:00
bienvenu%netscape.com cdbcefa255 make protocol use imapMailFolder header parse stuff when getting headers 1999-04-19 02:13:23 +00:00
ducarroz%netscape.com 3f7e0d135b replace sprintf by PR_snprintf and double '%' int PR_snprintf formating string to solve problem on Mac 1999-04-18 21:26:35 +00:00
ducarroz%netscape.com ef67bb41aa updated mac project 1999-04-18 21:24:20 +00:00
ducarroz%netscape.com a5d95cb396 updated manifest to reflect rhp modification with msgRFC882 1999-04-18 21:22:21 +00:00
bienvenu%netscape.com d031dfa689 get set up for folder parsingof msg headers 1999-04-17 03:40:14 +00:00
nhotta%netscape.com e4e56299a0 Added error handling for the unicode converter. 1999-04-17 02:51:33 +00:00
sspitzer%netscape.com 985207e342 remove ShouldIgnoreFile from nsMSGDataSource.cpp (it wasn't being used.)
remove the XP_MAC and XP_PC if defs, every platforms should be ignoring the same files.
1999-04-17 01:18:59 +00:00
alecf%netscape.com 5e0918eab2 don't use global variables for RDF service and header parser if we're going to keep recreating/reaccessing them in every constructor 1999-04-16 23:53:32 +00:00
alecf%netscape.com 9a0a399f96 componentization of mail data source: break out folders/messages for ArcLabelsOut 1999-04-16 23:45:23 +00:00
jefft%netscape.com 4fea958db6 minor change to prevent memory leaks 1999-04-16 23:25:06 +00:00
alecf%netscape.com eef9bf966b componentizing nsMSGFolderDataSource
- break out folderNode creation
1999-04-16 23:18:58 +00:00
alecf%netscape.com 6e21563cf8 remove some of my debugging statements 1999-04-16 23:03:15 +00:00
sspitzer%netscape.com 6b78b935f0 changes for the missing NPL comment 1999-04-16 23:03:13 +00:00
putterman%netscape.com a1518f82b0 Fixes a memory leak. 1999-04-16 22:56:38 +00:00
alecf%netscape.com 341fd4cf3a remove my XP_UNIX Bool hack 1999-04-16 22:53:11 +00:00
rhp%netscape.com 6e6e9dbea7 Fix for prefs startup 1999-04-16 22:52:33 +00:00
rhp%netscape.com 1ee327bb4a Fix for prefs being initialized more than once 1999-04-16 22:38:34 +00:00
rhp%netscape.com c6fbbc76a5 Fix for prefs being initialized 1999-04-16 22:36:12 +00:00
mscott%netscape.com 268667cd42 Remove ReadLineFromInputBuffer function. I've moved its functionality into a new class: nsMsgLineBufferStream which is now part of the mail utiltity library. Changed create new line from socket to use this utility class for reading out the line. 1999-04-16 22:27:02 +00:00
alecf%netscape.com 6323b72687 remove some debugging statements 1999-04-16 22:19:13 +00:00
mscott%netscape.com f25eb09a76 add new class nsMsgLineStreamBuffer which is used to efficiently read out lines from an input stream by buffering unprocessed content in a buffer. 1999-04-16 22:05:33 +00:00
putterman%netscape.com c18d8b68c8 use chrome urls for configurable chrome. 1999-04-16 22:05:07 +00:00
sspitzer%netscape.com 3d20954e22 add missing NPL comment 1999-04-16 21:46:26 +00:00
bienvenu%netscape.com 51daf4c0b0 port miscellaneous methods, like search, use more nsString2's, fix bug in header download 1999-04-16 21:29:09 +00:00
bienvenu%netscape.com 9988c7efc5 add method to get charset for a message (though no one sets it currently) 1999-04-16 21:23:43 +00:00
mscott%netscape.com 2481858cce more optimized version of read next line from buffer. Don't shift the bytes in the buffer down to the beginning after we extract a line until we actually need more space in the buffer. Then do it. 1999-04-16 20:59:49 +00:00
mscott%netscape.com 15dfcbffce Fix assert to be >= 0. part of the name space off by one problem... 1999-04-16 20:58:21 +00:00
nhotta%netscape.com eec198cc65 Changes for charset menu and 7bit data check. 1999-04-16 20:43:14 +00:00
rhp%netscape.com 599771aad8 Moving header parser interface 1999-04-16 19:02:22 +00:00
rhp%netscape.com a616ac9de1 Addition of new parser file 1999-04-16 19:00:55 +00:00
rhp%netscape.com 9efbcddad8 Removal of old files 1999-04-16 19:00:50 +00:00
rhp%netscape.com 5bebb7fed5 Removal of old file 1999-04-16 19:00:44 +00:00
alecf%netscape.com cafa628f49 return rv rather than losing the return value 1999-04-16 18:46:08 +00:00
alecf%netscape.com cab8e013a0 bulletproof the nsMsgAccount object 1999-04-16 18:44:53 +00:00
sspitzer%netscape.com b9a16e9fc4 removing msgbar.xul 1999-04-16 17:13:22 +00:00
sspitzer%netscape.com 024217bfdb remove my cruft 1999-04-16 05:55:58 +00:00
bienvenu%netscape.com afc42f6902 fix line buffering code 1999-04-16 05:37:04 +00:00
sspitzer%netscape.com f99bf01327 pass 1 at internationalizing the mail news xul. 1999-04-16 04:56:03 +00:00
ducarroz%netscape.com 949719da80 fix build problem on windows 1999-04-16 04:46:20 +00:00
sspitzer%netscape.com ccb6e5cc03 add this to the list of idl files to export 1999-04-16 04:19:09 +00:00
ducarroz%netscape.com 695f746aeb First Checked In. 1999-04-16 03:37:21 +00:00
ducarroz%netscape.com 7c6a0242e1 remove hard coded constant MESSAGE_PATH_URL, and use instance of it a string which it build at run time. Now we can use relative as well as absolute path. 1999-04-16 03:32:36 +00:00
rhp%netscape.com 54408fc8c9 Just some sanity checking on the emitter object 1999-04-16 02:39:30 +00:00
mscott%netscape.com 683ecef515 Add some specific info about the folder we just discovered. 1999-04-16 02:24:23 +00:00
mscott%netscape.com 7d750b4f7d Porting/coding many of the protocol functions for issuing commands to discover mailboxes. Including: FindMailboxesIfNecessary, DiscoverMailboxList, FolderNeedsACLInitialized, MailboxDiscoveryFinished, Createmailbox, CreateMailboxRespectingSubscriptions, Lsub, List and others. 1999-04-16 02:23:36 +00:00
mscott%netscape.com 8a13acda7f Fix a couple of crashes i was having involing memory management of the name mailbox spec's name space object. 1999-04-16 02:19:15 +00:00
mscott%netscape.com e22129117e fix more off by one crashes when iterating through name space list. 1999-04-16 02:17:46 +00:00
mscott%netscape.com 12691e0108 Changed signatures of AllocateServerpath and AddOnlinedirectoryIfNecessary so they could be methods from the interface. 1999-04-16 02:16:50 +00:00
mscott%netscape.com 4589b4e244 Add AllocateServerpath and AddOnlinedirectoryIfNecessary to the interface. 1999-04-16 02:15:22 +00:00
rhp%netscape.com c655a4df91 Changes for better header display 1999-04-16 02:06:05 +00:00
bienvenu%netscape.com 1b2e24ee69 add debug info for line parser 1999-04-16 02:00:32 +00:00
bienvenu%netscape.com e759633ca1 let everyone see their inbox 1999-04-16 02:00:01 +00:00
alecf%netscape.com ceb7169f78 clean up memory leaks 1999-04-16 00:55:04 +00:00
alecf%netscape.com d236f80d21 add a few more attributes to nsMsgIncomingServer 1999-04-16 00:36:52 +00:00
rhp%netscape.com d0a1771955 Fix to ignore BSD Mailbox delimiters 1999-04-16 00:35:42 +00:00
alecf%netscape.com e365475666 update these interfaces and headers - no more dependancies on nsIPref.h 1999-04-16 00:35:09 +00:00
rhp%netscape.com bcd76483c0 Adding some mail headers 1999-04-16 00:35:08 +00:00
alecf%netscape.com 1e9eb9b898 since nsIMsgAccountManager doesn't use nsIPref.h anymore, include it here 1999-04-16 00:32:59 +00:00
alecf%netscape.com 99e7600407 since nsIPref.h got removed from the interface, include it here 1999-04-16 00:30:57 +00:00
bienvenu%netscape.com b756e30e1d use protocol instance instead of member variable, get imap db opening to work 1999-04-15 23:59:58 +00:00
bienvenu%netscape.com 44670ef1d5 fixes for getting imap database open 1999-04-15 23:56:34 +00:00
nhotta%netscape.com 98b6729256 Activating charset menu. 1999-04-15 23:40:18 +00:00
bienvenu%netscape.com c64d820259 issue select statement to server and try to open imap db 1999-04-15 21:54:10 +00:00
alecf%netscape.com a702386215 rev these files 1999-04-15 21:33:10 +00:00
alecf%netscape.com c087f08751 rev this interface 1999-04-15 21:27:11 +00:00
putterman%netscape.com a0db8a60ab Added NewFolder. 1999-04-15 21:14:40 +00:00
putterman%netscape.com c4ec2103ae Remove xp.h and removed a printf. 1999-04-15 21:13:59 +00:00
putterman%netscape.com 8f60e96f9e Added NewFolder 1999-04-15 21:12:10 +00:00
bienvenu%netscape.com 60ade7726e put printf giving AIX trouble inside #ifdef 1999-04-15 20:59:33 +00:00
putterman%netscape.com bd64ca0c80 Fixed some build problems on Windows. 1999-04-15 20:56:34 +00:00
nhotta%netscape.com 00b8b0e0ca Function name changed. 1999-04-15 20:42:16 +00:00
sspitzer%netscape.com 6305617dfe changes to put a "." in front of the features that aren't implemented yet 1999-04-15 20:29:01 +00:00
sspitzer%netscape.com 7f8c11fd68 changes for the post to newsgroup work 1999-04-15 20:26:56 +00:00
nhotta%netscape.com 9579679c42 Added a converter wrapper function plus clean up. 1999-04-15 20:26:11 +00:00
sspitzer%netscape.com ca49ef6961 added files: mozilla/mailnews/compose/src/nsMsgPost.cpp 1999-04-15 20:23:14 +00:00
sspitzer%netscape.com 092f18d2ce changes for the post to newsgroup work 1999-04-15 20:21:03 +00:00
sspitzer%netscape.com 02cc0a999c put a "." before menu items that aren't implemented yet.
start the localization work.
changes for the post to newsgroup work.
1999-04-15 20:19:14 +00:00
sspitzer%netscape.com 6bbbb2be2c changes for newly generated header 1999-04-15 20:18:02 +00:00
sspitzer%netscape.com 952fb4980a changes for newly generated headers 1999-04-15 20:17:36 +00:00
sspitzer%netscape.com 163e2b7f28 checking in newly generated header 1999-04-15 20:16:35 +00:00
sspitzer%netscape.com a5e90ceaa1 more changes for the post to newsgroup work 1999-04-15 20:14:10 +00:00
sspitzer%netscape.com 1f28472332 checking in newly generated header files 1999-04-15 20:13:12 +00:00
sspitzer%netscape.com 1e9ddb19f5 checking in newly generated headers 1999-04-15 20:11:33 +00:00
sspitzer%netscape.com 3ce1b553aa check in the new generated header 1999-04-15 20:04:23 +00:00
sspitzer%netscape.com d73e993651 checking in new generated header 1999-04-15 20:03:27 +00:00
sspitzer%netscape.com 8ed1691101 add the missing goto's 1999-04-15 20:01:31 +00:00
sspitzer%netscape.com 014a657ac3 changes for posting to a newsgroup from msg compose 1999-04-15 19:59:31 +00:00
bienvenu%netscape.com 0d80e5ae5f fix a couple problems with folder selection... 1999-04-15 05:33:33 +00:00
jefft%netscape.com 5853e59445 change thread priority back to normal 1999-04-15 05:21:57 +00:00
mscott%netscape.com 4f0794a785 Many changes to support logon, process authenticated state url, and process current url. Added monitor for new url to run. Moved thread code & monitor creation out of SetupUrl and into Initialize. LoadUrl now signals new url to run. Added ReadNextLineFromInput which efficiently extracts lines of data from a data buffer / input stream combination. This function may block if we need more data from the server. Added code to eat the greeting up the first time we get it. Implementation for authlogin, insecurelogin, tryLogon etc. Added implementation of processAuthenticatedStateUrl and broke it down into smaller components so the function wasn't so big. There's more, but I'm tired of typing and this checkin comment is getting too long. 1999-04-15 04:28:01 +00:00
mscott%netscape.com 300ecca9e2 Many changes to help support process current url, logon and process authenticated state url. Get rid of m_dataBuf and replace it with separate input and output buffers. Add a monitor for detecting url ready to be run. Added many helper functions which are called by ProcessAuthenticatedStateUrl such as Capability, OnGetMailAccount, OnRefreshACLForFolder, etc. 1999-04-15 04:23:17 +00:00
mscott%netscape.com d399a59191 add getter for imap required state 1999-04-15 03:35:28 +00:00
mscott%netscape.com cae79ccdbc add getter for imap required state 1999-04-15 03:34:54 +00:00
mscott%netscape.com 740cf24c61 Add notion of a required imap state: authenticated or selected for the imap actions. Add an accessor for the required state. Setup the imap action enum such that the high bit is set for all actions which require us to be in the selected state. 1999-04-15 03:33:57 +00:00
bienvenu%netscape.com fb01ee1e19 more work on imap folder loading 1999-04-15 01:28:14 +00:00
mscott%netscape.com eb551ad681 fix crash in AddNewNamespace. We were iterating through a list of name spaces backwards incorrectly. We were starting with one past the last element in the array and then attempting to dereference it.... 1999-04-15 01:22:07 +00:00
alecf%netscape.com bf6bf67c4d remove calls to XP_Trace 1999-04-15 01:07:45 +00:00
sspitzer%netscape.com 3d9faca612 added cvsignore files 1999-04-15 01:04:42 +00:00
alecf%netscape.com a7c763c780 fix PRBool -> XP_Bool confusion (temp fix until libi18n uses PRBool) 1999-04-15 01:03:18 +00:00
jefft%netscape.com 6b9c7db9d1 check return pointer of imapPart prior calling m_shell->Generate(imapPart) in ProcessOkCommand() 1999-04-15 01:01:51 +00:00
jefft%netscape.com 3ab1819f8b calling m_realImapXXXX method instead of m_proxy method to avoid extra notification of fe event completion 1999-04-15 00:58:25 +00:00
jefft%netscape.com 297a6f561c bump up imap thread priority a little bit higher than normal to prevent the deadlock 1999-04-15 00:56:34 +00:00
rhp%netscape.com 00907a41d1 Adding support for UTF-8 output and better display of headers 1999-04-15 00:56:23 +00:00
rhp%netscape.com 9d3f0485b1 Adding UTF-8 support 1999-04-15 00:55:52 +00:00
rhp%netscape.com a23da21d35 Adding I18N support for email messages 1999-04-15 00:54:58 +00:00
rhp%netscape.com 09ebc9f463 Adding header entry for charset 1999-04-15 00:54:28 +00:00
rhp%netscape.com 49753128ed More vCard size reduction work 1999-04-15 00:54:15 +00:00
rhp%netscape.com 695d26c2b0 Adding new vcard files for size reduction on vCards 1999-04-15 00:54:00 +00:00
rhp%netscape.com 5306f8a5b9 Cleaning out old files 1999-04-15 00:53:43 +00:00
alecf%netscape.com 14f799fb0a add booleans to decide if we should attach signatures/vcards 1999-04-14 03:43:45 +00:00
alecf%netscape.com 86ad80de67 fix newline-at-end-of-file problem 1999-04-14 03:35:58 +00:00
alecf%netscape.com 2ad9dc0f9f now that nsQuickSort is correctly exported on Windows, use it. 1999-04-14 03:26:45 +00:00
bienvenu%netscape.com dfeca8bd98 hook up imap code to retrieve uid validity from DB 1999-04-14 02:34:21 +00:00
jefft%netscape.com d4de47e788 ported over AllocateCanonicalPath method 1999-04-14 01:55:29 +00:00
jefft%netscape.com 95771dbd8d check valid allocatedPath and namespaceFolder prior duplicate for mailbox_spec 1999-04-14 01:54:36 +00:00
jefft%netscape.com 6180f176da fixed memory leak when calling GetImapUserName(); the returned string should be freed 1999-04-14 01:53:16 +00:00
rhp%netscape.com e399772778 Fix declaration of public functions. 1999-04-14 01:50:44 +00:00
bienvenu%netscape.com 99853eddd8 add more imap-specific parsing stuff to url object 1999-04-14 01:32:27 +00:00
mscott%netscape.com c1260a7df1 Add code to add the incoming server to the host session list when parsing it. 1999-04-14 01:19:34 +00:00
mscott%netscape.com 930195d95c Fix for declaration of functions 1999-04-14 01:11:01 +00:00
mscott%netscape.com 70ab22f349 Fix for non-initialized path names. 1999-04-14 00:57:01 +00:00
mscott%netscape.com c3cbb02fc0 Fix directory search for UNIX 1999-04-14 00:54:48 +00:00
bienvenu%netscape.com 9bc3b5e711 hook up selected state urls (except for ifdeffed out parts) 1999-04-13 23:15:35 +00:00
ducarroz%netscape.com 24bb1053d1 Fix memory leak, bug 4851 1999-04-13 22:56:46 +00:00
alecf%netscape.com 82f7b5f935 check in header file to match to make use of new SetSize() 1999-04-13 22:11:57 +00:00
alecf%netscape.com 7fd4c187ed augh, don't use quicksort for now, I'm not sure why windows can't see it. 1999-04-13 22:11:22 +00:00
jefft%netscape.com bd22d855db ported over DiscoverMailboxSpec method 1999-04-13 21:37:06 +00:00
jefft%netscape.com 0a6b2909e5 added missing member variable, m_delimiter and method, GetDelimiter() 1999-04-13 21:35:48 +00:00
alecf%netscape.com 3da62530e2 fix a whole bunch of signed/unsigned problems, and use new nsQuickSort routine 1999-04-13 21:01:32 +00:00
rhp%netscape.com b979356c68 Cleanup of netlib.lib linking 1999-04-13 20:59:29 +00:00
alecf%netscape.com dcf0040807 use new nsQuickSort routine in base, and fix signed/unsigned problem 1999-04-13 20:12:27 +00:00
nhotta%netscape.com 9bb10de805 Additional changes for the RFC822 parser. 1999-04-13 19:49:10 +00:00
nhotta%netscape.com 6d3502a293 nsIMsgRFC822Parser and related changes, removed old i18n functions, instead passing charset name. 1999-04-13 19:18:22 +00:00
ducarroz%netscape.com f58ba6fe29 Mac should not include nsTextFragment.h ro avoid duplication definition errors. 1999-04-13 18:36:21 +00:00
ducarroz%netscape.com fef005c30d update project 1999-04-13 18:34:44 +00:00
ducarroz%netscape.com cd541fb9d2 update project files, added nsNewsSummarySpec.cpp 1999-04-13 18:21:30 +00:00
bienvenu%netscape.com ae8d37b810 add more methods for selecting a folder (not part of build yet) 1999-04-13 16:18:52 +00:00
kipp%netscape.com df172ddd72 Added missing makefiles 1999-04-13 14:28:59 +00:00
chuang%netscape.com 260026da45 Switch mailnews from prefs.js to prefs50.js 1999-04-13 07:41:24 +00:00
chuang%netscape.com bf4f0881c1 Add mailnews preferences UI 1999-04-13 07:19:09 +00:00
chuang%netscape.com a07cf62dec activate preference menu 1999-04-13 07:02:02 +00:00
jefft%netscape.com a84d9a7ebe stub GetShowAttachmentsInline method 1999-04-13 04:50:04 +00:00
jefft%netscape.com fc1b63ea1f added GetShowAttachmentsInlineProxyEvent; fixed minor problem in GetMessageSizeProxyEvnet 1999-04-13 04:48:37 +00:00
jefft%netscape.com 6c5a1f384a ported over GetMessageSize & GetShowAttachmentsInline method 1999-04-13 04:46:05 +00:00
jefft%netscape.com ecaa3a3854 added GetShowAttachmentsInline method 1999-04-13 04:44:24 +00:00
bienvenu%netscape.com 9a8005aeab add code to select a mailbox 1999-04-13 04:31:40 +00:00
rhp%netscape.com 491189f20b Changes for cleanup and removal of XP lib stuff 1999-04-13 03:40:41 +00:00
alecf%netscape.com 4ab874c1ca fix build problem on Linux - move FILE to PRFileDesc 1999-04-13 03:36:30 +00:00
rhp%netscape.com 417c9d644c Removal of "old world" dependencies for libmime to get big size
reduction on disk footprint
1999-04-13 03:14:46 +00:00
mscott%netscape.com c340fd4f85 When finished running a pop3 url, change the state of the pop3 url. 1999-04-13 01:29:28 +00:00