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

1815 Коммитов

Автор SHA1 Сообщение Дата
bienvenu%netscape.com 9caaf1db40 fix a couple problems with folder selection... 1999-04-15 05:33:33 +00:00
jefft%netscape.com 95bf5eff21 change thread priority back to normal 1999-04-15 05:21:57 +00:00
mscott%netscape.com 6df6c42e26 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 b8d29047b9 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 7deabf911d add getter for imap required state 1999-04-15 03:35:28 +00:00
mscott%netscape.com 57922ef07c add getter for imap required state 1999-04-15 03:34:54 +00:00
mscott%netscape.com cb76bd5194 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 55dfe0d185 more work on imap folder loading 1999-04-15 01:28:14 +00:00
mscott%netscape.com 59b0670b7f 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 15b20c9bb0 remove calls to XP_Trace 1999-04-15 01:07:45 +00:00
sspitzer%netscape.com 97900943b4 added cvsignore files 1999-04-15 01:04:42 +00:00
alecf%netscape.com 97f0d6f589 fix PRBool -> XP_Bool confusion (temp fix until libi18n uses PRBool) 1999-04-15 01:03:18 +00:00
jefft%netscape.com 241edd727d check return pointer of imapPart prior calling m_shell->Generate(imapPart) in ProcessOkCommand() 1999-04-15 01:01:51 +00:00
jefft%netscape.com 98997bb7d8 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 36be2a3eed 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 d7f79a0e23 Adding support for UTF-8 output and better display of headers 1999-04-15 00:56:23 +00:00
rhp%netscape.com cf10435f0b Adding UTF-8 support 1999-04-15 00:55:52 +00:00
rhp%netscape.com 39b7296623 Adding I18N support for email messages 1999-04-15 00:54:58 +00:00
rhp%netscape.com 1677705b1c Adding header entry for charset 1999-04-15 00:54:28 +00:00
rhp%netscape.com 61ec520486 More vCard size reduction work 1999-04-15 00:54:15 +00:00
rhp%netscape.com 69a07e9e28 Adding new vcard files for size reduction on vCards 1999-04-15 00:54:00 +00:00
rhp%netscape.com 4958f29668 Cleaning out old files 1999-04-15 00:53:43 +00:00
alecf%netscape.com 4b55dd8c42 add booleans to decide if we should attach signatures/vcards 1999-04-14 03:43:45 +00:00
alecf%netscape.com 0186adac8e fix newline-at-end-of-file problem 1999-04-14 03:35:58 +00:00
alecf%netscape.com 20a07b2969 now that nsQuickSort is correctly exported on Windows, use it. 1999-04-14 03:26:45 +00:00
bienvenu%netscape.com 443dd0aee2 hook up imap code to retrieve uid validity from DB 1999-04-14 02:34:21 +00:00
jefft%netscape.com c3dabfeb5c ported over AllocateCanonicalPath method 1999-04-14 01:55:29 +00:00
jefft%netscape.com b0e49d81f2 check valid allocatedPath and namespaceFolder prior duplicate for mailbox_spec 1999-04-14 01:54:36 +00:00
jefft%netscape.com 9e9917a4e5 fixed memory leak when calling GetImapUserName(); the returned string should be freed 1999-04-14 01:53:16 +00:00
rhp%netscape.com 91e702a3f7 Fix declaration of public functions. 1999-04-14 01:50:44 +00:00
bienvenu%netscape.com fff7644913 add more imap-specific parsing stuff to url object 1999-04-14 01:32:27 +00:00
mscott%netscape.com 8cf8185a30 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 99927c4c81 Fix for declaration of functions 1999-04-14 01:11:01 +00:00
mscott%netscape.com f7f0170012 Fix for non-initialized path names. 1999-04-14 00:57:01 +00:00
mscott%netscape.com b6741d995a Fix directory search for UNIX 1999-04-14 00:54:48 +00:00
bienvenu%netscape.com a2530f4cef hook up selected state urls (except for ifdeffed out parts) 1999-04-13 23:15:35 +00:00
ducarroz%netscape.com 606903137e Fix memory leak, bug 4851 1999-04-13 22:56:46 +00:00
alecf%netscape.com 40264a87a0 check in header file to match to make use of new SetSize() 1999-04-13 22:11:57 +00:00
alecf%netscape.com ed6e3b6767 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 4bbbd75596 ported over DiscoverMailboxSpec method 1999-04-13 21:37:06 +00:00
jefft%netscape.com ea1004e12c added missing member variable, m_delimiter and method, GetDelimiter() 1999-04-13 21:35:48 +00:00
alecf%netscape.com efb56b541d fix a whole bunch of signed/unsigned problems, and use new nsQuickSort routine 1999-04-13 21:01:32 +00:00
rhp%netscape.com 0fbba6cfba Cleanup of netlib.lib linking 1999-04-13 20:59:29 +00:00
alecf%netscape.com 02671b5123 use new nsQuickSort routine in base, and fix signed/unsigned problem 1999-04-13 20:12:27 +00:00
nhotta%netscape.com bace2160c4 Additional changes for the RFC822 parser. 1999-04-13 19:49:10 +00:00
nhotta%netscape.com 3151ac176f nsIMsgRFC822Parser and related changes, removed old i18n functions, instead passing charset name. 1999-04-13 19:18:22 +00:00
ducarroz%netscape.com bec202dc43 Mac should not include nsTextFragment.h ro avoid duplication definition errors. 1999-04-13 18:36:21 +00:00
ducarroz%netscape.com f694286c7e update project 1999-04-13 18:34:44 +00:00
ducarroz%netscape.com a6755f5fd7 update project files, added nsNewsSummarySpec.cpp 1999-04-13 18:21:30 +00:00
bienvenu%netscape.com 9424f0948b add more methods for selecting a folder (not part of build yet) 1999-04-13 16:18:52 +00:00