Commit Graph

1819 Commits

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