Commit Graph

1906 Commits

Author SHA1 Message Date
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